We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c62da commit f80ef19Copy full SHA for f80ef19
.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.6.0
+ rev: v5.0.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.8.0"
+ rev: "24.10.0"
17
18
- id: black
19
@@ -28,12 +28,12 @@ repos:
28
- id: flake8
29
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: "v3.17.0"
+ rev: "v3.19.1"
32
33
- id: pyupgrade
34
args: ["--py37-plus"]
35
36
- repo: https://github.com/floatingpurr/sync_with_poetry
37
- rev: 1.1.0
+ rev: 1.2.0
38
39
- id: sync_with_poetry
0 commit comments