Skip to content

Commit 0226fd1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.3.0](pre-commit/pre-commit-hooks@v2.3.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/hadialqattan/pycln: v2.0.4 → v2.1.1](hadialqattan/pycln@v2.0.4...v2.1.1)
1 parent 8435ee7 commit 0226fd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 22.8.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/asottile/yesqa
8-
rev: v1.3.0
8+
rev: v1.4.0
99
hooks:
1010
- id: yesqa
1111
additional_dependencies: &flake8_deps
@@ -22,7 +22,7 @@ repos:
2222
- pep8-naming==0.13.0
2323

2424
- repo: https://github.com/pycqa/flake8
25-
rev: 4.0.1
25+
rev: 5.0.4
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: *flake8_deps
@@ -34,7 +34,7 @@ repos:
3434
args: [--add-import, from __future__ import annotations]
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v2.3.0
37+
rev: v4.3.0
3838
hooks:
3939
- id: trailing-whitespace
4040
exclude: ^tests/.*/fixtures/.*
@@ -51,14 +51,14 @@ repos:
5151
- pytest>=7.1.2
5252

5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v2.37.2
54+
rev: v2.37.3
5555
hooks:
5656
- id: pyupgrade
5757
args:
5858
- --py37-plus
5959

6060
- repo: https://github.com/hadialqattan/pycln
61-
rev: v2.0.4
61+
rev: v2.1.1
6262
hooks:
6363
- id: pycln
6464
args: [--all]

0 commit comments

Comments
 (0)