We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4def6d4 commit 2e535d0Copy full SHA for 2e535d0
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
@@ -101,6 +101,7 @@ ignore = [
101
"PLR6301", # could-be-static no-self-use
102
"PLC0415", # import outside toplevel
103
"UP007", # x | y type annotation
104
+ "UP045", # optional type annotation
105
]
106
107
[format]
0 commit comments