Skip to content

Commit ce0588e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.1.0 → v3.9.0](asottile/reorder-python-imports@v3.1.0...v3.9.0) - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.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: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.2.2](asottile/pyupgrade@v2.32.1...v3.2.2)
1 parent 272457d commit ce0588e

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
@@ -1,28 +1,28 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.1.0
3+
rev: v3.9.0
44
hooks:
55
- id: reorder-python-imports
66
language_version: python3
77
args:
88
- --application-directories=.:src
99
- repo: https://github.com/psf/black
10-
rev: 22.3.0
10+
rev: 22.10.0
1111
hooks:
1212
- id: black
1313
args: [--safe, --quiet, --line-length, "100"]
1414
language_version: python3
1515
require_serial: true
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 5.0.4
1818
hooks:
1919
- id: flake8
2020
language_version: python3
2121
args:
2222
- --max-line-length=100
2323
- --ignore=W503,E203
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.2.0
25+
rev: v4.3.0
2626
hooks:
2727
- id: trailing-whitespace
2828
language_version: python3
@@ -31,7 +31,7 @@ repos:
3131
- id: debug-statements
3232
language_version: python3
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.32.1
34+
rev: v3.2.2
3535
hooks:
3636
- id: pyupgrade
3737
language_version: python3

0 commit comments

Comments
 (0)