Skip to content

Commit e25c936

Browse files
committed
update linter dependencies
1 parent f033875 commit e25c936

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: ^(.secrets|docs)/
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.9.3
6+
rev: v0.9.5
77
hooks:
88
- id: ruff # linter
99
- id: ruff-format # formatter
@@ -24,7 +24,7 @@ repos:
2424
files: ^(src|tests)/.+\.py$
2525

2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.4.0
27+
rev: v2.4.1
2828
hooks:
2929
- id: codespell
3030
args:

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# used for development (linting)
1212
pre-commit >= 4.1.0
13-
ruff >= 0.9.3 # also: pre-commit-config.yaml
13+
ruff >= 0.9.5 # also: pre-commit-config.yaml
1414

1515
# used for development (typing)
1616
mypy >= 1.14.1

0 commit comments

Comments
 (0)