We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddebed1 commit 054a4d0Copy full SHA for 054a4d0
.pre-commit-config.yaml
@@ -13,9 +13,9 @@ repos:
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
rev: v0.9.9
15
hooks:
16
- - id: ruff-format
17
- id: ruff
18
args: ["--fix"]
+ - id: ruff-format
19
- repo: https://github.com/fsfe/reuse-tool
20
rev: v3.0.1
21
ruff.toml
@@ -27,6 +27,7 @@ extend-select = [
27
"PLE0604", # invalid-all-object
28
"PLE0605", # invalid-all-format
29
"PLE0643", # potential-index-error
30
+ "F821", # undefined name
31
"PLE0704", # misplaced-bare-raise
32
"PLE1141", # dict-iter-missing-items
33
"PLE1142", # await-outside-async
0 commit comments