Skip to content

Commit 4f5ca4b

Browse files
authored
chore(pre-commit): update pre-commit versions and remove attrs dep mypy (#1848)
section
1 parent 7e944f0 commit 4f5ca4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: https://github.com/charliermarsh/ruff-pre-commit
10-
rev: 'v0.4.1'
10+
rev: 'v0.4.3'
1111
hooks:
1212
- id: ruff
1313
args: ["--fix", "--show-fixes"]
@@ -22,13 +22,12 @@ repos:
2222
hooks:
2323
- id: check-yaml
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.9.0
25+
rev: v1.10.0
2626
hooks:
2727
- id: mypy
2828
files: src
2929
args: []
3030
additional_dependencies:
3131
- types-redis
3232
- types-setuptools
33-
- attrs
3433
- pytest

0 commit comments

Comments
 (0)