We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc73a8 commit 180f075Copy full SHA for 180f075
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
hooks:
9
- id: black
10
- repo: https://github.com/pycqa/isort
11
- rev: 6.1.0
+ rev: 7.0.0
12
13
- id: isort
14
name: isort (python)
@@ -26,7 +26,7 @@ repos:
26
# This is a bit annoying. There are probably more dependencies that need
27
# to be defined here for identical behaviour between `poetry run mypy`
28
# and `pre-commit run mypy`.
29
- additional_dependencies: [attrs==25.1.0]
+ additional_dependencies: [attrs==25.4.0]
30
- repo: https://github.com/pre-commit/mirrors-prettier
31
rev: v3.0.3
32
0 commit comments