Skip to content

Commit 35bfa9a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.11.0](asottile/reorder-python-imports@v3.9.0...v3.11.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/asottile/pyupgrade: v3.4.0 → v3.11.0](asottile/pyupgrade@v3.4.0...v3.11.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0)
1 parent bd81543 commit 35bfa9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.9.0
10+
rev: v3.11.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: [--application-directories, '.:src', --py37-plus]
1414
- repo: https://github.com/psf/black
15-
rev: 23.3.0
15+
rev: 23.9.1
1616
hooks:
1717
- id: black
1818
args: [--line-length=79]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.4.0
20+
rev: v3.11.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 6.0.0
25+
rev: 6.1.0
2626
hooks:
2727
- id: flake8
2828
exclude: ^(tests/|docs/|setup.py)
2929
additional_dependencies:
3030
- flake8-docstrings
3131
- flake8-import-order
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.2.0
33+
rev: v2.4.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
args: [--include-version-classifiers]

0 commit comments

Comments
 (0)