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 9d892ee commit 11346f5Copy full SHA for 11346f5
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ default_language_version:
6
python: python3
7
repos:
8
- repo: https://github.com/psf/black
9
- rev: 24.2.0
+ rev: 24.4.2
10
hooks:
11
- id: black
12
additional_dependencies: ["click<8.1.0"]
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.5.0
+ rev: v4.6.0
15
16
- id: trailing-whitespace
17
- id: end-of-file-fixer
@@ -32,7 +32,7 @@ repos:
32
- id: flake8
33
additional_dependencies: ["flake8-bugbear==21.4.3"]
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.15.1
+ rev: v3.16.0
36
37
- id: pyupgrade
38
- repo: https://github.com/PyCQA/isort
0 commit comments