Skip to content

Commit 1069ae5

Browse files
author
Michael Howitz
authored
Update pre-commit versions. (#243)
1 parent 96bbc4f commit 1069ae5

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,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.3.0
4+
rev: 23.11.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet, --target-version, py36]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.2.0
9+
rev: v4.5.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -16,18 +16,18 @@ repos:
1616
- id: debug-statements
1717
language_version: python3
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 4.0.1
19+
rev: 6.1.0
2020
hooks:
2121
- id: flake8
2222
language_version: python3
2323
additional_dependencies: [flake8-typing-imports>=1.9.0]
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v3.1.0
25+
rev: v3.12.0
2626
hooks:
2727
- id: reorder-python-imports
2828
args: ['--application-directories=.:src', --py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.32.1
30+
rev: v3.15.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]

0 commit comments

Comments
 (0)