Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ruff
  • Loading branch information
Borda committed Jan 25, 2023
commit 3c9ccbe3e42284f754e7242b1b5983479608a69a
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ repos:
- mdformat-black
- mdformat_frontmatter

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.226
hooks:
- id: flake8
- id: ruff
args:
- "--fix"
# Respect `exclude` and `extend-exclude` settings.
- "--force-exclude"