Skip to content

Commit af9841c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.1.0 → v3.10.0](asottile/reorder-python-imports@v3.1.0...v3.10.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.8.0](asottile/pyupgrade@v2.32.1...v3.8.0) - [github.com/tox-dev/pyproject-fmt: 0.3.3 → 0.13.0](tox-dev/pyproject-fmt@0.3.3...0.13.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v1.4.1](pre-commit/mirrors-mypy@v0.960...v1.4.1)
1 parent 70a9a03 commit af9841c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.3.0
3+
rev: 23.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.2.0
8+
rev: v4.4.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -14,27 +14,27 @@ repos:
1414
- id: check-yaml
1515
- id: debug-statements
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 4.0.1
17+
rev: 6.0.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
2121
- flake8-typing-imports==1.9.0
22-
- repo: https://github.com/asottile/reorder_python_imports
23-
rev: v3.1.0
22+
- repo: https://github.com/asottile/reorder-python-imports
23+
rev: v3.10.0
2424
hooks:
2525
- id: reorder-python-imports
2626
args: ['--application-directories=.:src']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.32.1
28+
rev: v3.8.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "0.3.3"
34+
rev: "0.13.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v0.960'
38+
rev: 'v1.4.1'
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)