We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc93317 commit 8b87be9Copy full SHA for 8b87be9
.pre-commit-config.yaml
@@ -5,15 +5,15 @@ default_language_version:
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.5.0
+ rev: v4.6.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
12
- id: check-yaml
13
- id: check-added-large-files
14
15
- repo: https://github.com/psf/black
16
- rev: "24.3.0"
+ rev: "24.8.0"
17
18
- id: black
19
@@ -23,12 +23,12 @@ repos:
23
- id: isort
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: "7.0.0"
+ rev: "7.1.1"
27
28
- id: flake8
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: "v3.15.2"
+ rev: "v3.17.0"
32
33
- id: pyupgrade
34
args: ["--py37-plus"]
0 commit comments