Skip to content

Commit c78c572

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.2](hadialqattan/pycln@v2.1.1...v2.1.2) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.3.0](asottile/pyupgrade@v3.2.0...v3.3.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
1 parent 46b27c1 commit c78c572

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: ^tests/.*/fixtures/.*
@@ -12,7 +12,7 @@ repos:
1212
- id: debug-statements
1313

1414
- repo: https://github.com/hadialqattan/pycln
15-
rev: v2.1.1
15+
rev: v2.1.2
1616
hooks:
1717
- id: pycln
1818
args: [ --all ]
@@ -29,7 +29,7 @@ repos:
2929
args: [ --add-import, from __future__ import annotations, --lines-after-imports, "-1" ]
3030

3131
- repo: https://github.com/pycqa/flake8
32-
rev: 5.0.4
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: &flake8_deps
@@ -52,15 +52,15 @@ repos:
5252
additional_dependencies: *flake8_deps
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v3.2.0
55+
rev: v3.3.0
5656
hooks:
5757
- id: pyupgrade
5858
exclude: ^build\.py$
5959
args:
6060
- --py37-plus
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v0.982
63+
rev: v0.991
6464
hooks:
6565
- id: mypy
6666
pass_filenames: false

0 commit comments

Comments
 (0)