Skip to content

Commit d9de842

Browse files
committed
Update pre-commit config
autoupdate + upadup
1 parent 0609e39 commit d9de842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.29.0
4+
rev: 0.29.1
55
hooks:
66
- id: check-dependabot
77
- id: check-github-workflows
@@ -28,9 +28,9 @@ repos:
2828
- id: flake8
2929
args: ['--config', '.flake8']
3030
additional_dependencies:
31-
- 'flake8-bugbear==24.1.17'
31+
- 'flake8-bugbear==24.4.26'
3232
- 'flake8-typing-as-t==0.0.3'
33-
- 'flake8-comprehensions==3.14.0'
33+
- 'flake8-comprehensions==3.15.0'
3434
- repo: https://github.com/sirosen/slyp
3535
rev: 0.6.1
3636
hooks:

0 commit comments

Comments
 (0)