Skip to content

Commit 34ebd3c

Browse files
committed
Update pre-commit tool versions
1 parent 8b56df2 commit 34ebd3c

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
@@ -1,7 +1,7 @@
11
repos:
22
# dogfood
33
- repo: https://github.com/python-jsonschema/check-jsonschema
4-
rev: 0.33.2
4+
rev: 0.33.3
55
hooks:
66
- id: check-dependabot
77
- id: check-github-workflows
@@ -32,9 +32,9 @@ repos:
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:
35-
- 'flake8-bugbear==24.4.26'
36-
- 'flake8-typing-as-t==0.0.3'
37-
- 'flake8-comprehensions==3.15.0'
35+
- 'flake8-bugbear==24.12.12'
36+
- 'flake8-typing-as-t==1.0.0'
37+
- 'flake8-comprehensions==3.16.0'
3838
- repo: https://github.com/sirosen/slyp
3939
rev: 0.8.2
4040
hooks:

0 commit comments

Comments
 (0)