We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c9af9 commit 82ada04Copy full SHA for 82ada04
2 files changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
- id: trailing-whitespace
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.3.4
+ rev: v0.15.8
14
hooks:
15
- id: ruff-format
16
- id: ruff
ruff.toml
@@ -109,6 +109,7 @@ ignore = [
109
"E501", # line too long
110
"PLR0914", # too many local vars
111
"E722", # bare except
112
+ "UP045", # use X | None for type annotations
113
]
114
115
[format]
0 commit comments