There was an error while loading. Please reload this page.
1 parent 889b632 commit 90b55ceCopy full SHA for 90b55ce
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.15.1
+ rev: v3.15.2
4
hooks:
5
- id: pyupgrade
6
args: ["--py38-plus"]
@@ -9,7 +9,7 @@ repos:
9
10
- id: reorder-python-imports
11
- repo: https://github.com/psf/black
12
- rev: 24.2.0
+ rev: 24.4.2
13
14
- id: black
15
- repo: https://github.com/PyCQA/flake8
@@ -18,7 +18,7 @@ repos:
18
- id: flake8
19
additional_dependencies: [flake8-bugbear]
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v4.5.0
+ rev: v4.6.0
22
23
- id: check-byte-order-marker
24
- id: trailing-whitespace
0 commit comments