We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f033875 commit e25c936Copy full SHA for e25c936
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: ^(.secrets|docs)/
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.9.3
+ rev: v0.9.5
7
hooks:
8
- id: ruff # linter
9
- id: ruff-format # formatter
@@ -24,7 +24,7 @@ repos:
24
files: ^(src|tests)/.+\.py$
25
26
- repo: https://github.com/codespell-project/codespell
27
- rev: v2.4.0
+ rev: v2.4.1
28
29
- id: codespell
30
args:
requirements_dev.txt
@@ -10,7 +10,7 @@
10
11
# used for development (linting)
12
pre-commit >= 4.1.0
13
- ruff >= 0.9.3 # also: pre-commit-config.yaml
+ ruff >= 0.9.5 # also: pre-commit-config.yaml
14
15
# used for development (typing)
16
mypy >= 1.14.1
0 commit comments