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 0dbfb86 commit 04dec86Copy full SHA for 04dec86
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.11.0
+ rev: v3.15.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py38-plus"]
7
- - repo: https://github.com/asottile/reorder_python_imports
8
+ - repo: https://github.com/asottile/reorder-python-imports
+ rev: v3.12.0
9
10
- id: reorder-python-imports
11
- repo: https://github.com/psf/black
12
- rev: 23.9.1
+ rev: 23.12.1
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.4.0
+ rev: v4.5.0
22
23
- id: check-byte-order-marker
24
- id: trailing-whitespace
0 commit comments