Skip to content

Commit 808d21a

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.3](hadialqattan/pycln@v2.1.1...v2.1.3) - [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0) - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [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.1](asottile/pyupgrade@v3.2.0...v3.3.1) - [github.com/pre-commit/mirrors-mypy: v0.982 → v1.0.0](pre-commit/mirrors-mypy@v0.982...v1.0.0)
1 parent b20874b commit 808d21a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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,24 +12,24 @@ repos:
1212
- id: debug-statements
1313

1414
- repo: https://github.com/hadialqattan/pycln
15-
rev: v2.1.1
15+
rev: v2.1.3
1616
hooks:
1717
- id: pycln
1818
args: [ --all ]
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.10.0
21+
rev: 23.1.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.10.1
26+
rev: 5.12.0
2727
hooks:
2828
- id: isort
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.1
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: v1.0.0
6464
hooks:
6565
- id: mypy
6666
pass_filenames: false

0 commit comments

Comments
 (0)