Skip to content

Commit 783b4c3

Browse files
committed
Update pre-commit versions & upadup
1 parent ffc9c4a commit 783b4c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: lint-dependency-groups
1414
- repo: https://github.com/python-jsonschema/check-jsonschema
15-
rev: 0.30.0
15+
rev: 0.31.0
1616
hooks:
1717
- id: check-github-workflows
1818
- repo: https://github.com/asottile/pyupgrade
@@ -29,9 +29,9 @@ repos:
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:
32-
- 'flake8-bugbear==24.8.19'
33-
- 'flake8-comprehensions==3.15.0'
34-
- 'flake8-typing-as-t==0.0.3'
32+
- 'flake8-bugbear==24.12.12'
33+
- 'flake8-comprehensions==3.16.0'
34+
- 'flake8-typing-as-t==1.0.0'
3535
- repo: https://github.com/PyCQA/isort
3636
rev: 5.13.2
3737
hooks:

0 commit comments

Comments
 (0)