Skip to content

Commit 42776c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#10178)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/asottile/setup-cfg-fmt: v1.20.2 → v2.0.0](asottile/setup-cfg-fmt@v1.20.2...v2.0.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Configure setup-cfg-fmt to include version specifiers * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
1 parent 059bc24 commit 42776c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
language: python
3030
files: \.py$
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 4.0.1
32+
rev: 5.0.4
3333
hooks:
3434
- id: flake8
3535
language_version: python3
@@ -42,15 +42,15 @@ repos:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py37-plus]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.37.2
45+
rev: v2.37.3
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py37-plus]
4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: v1.20.2
50+
rev: v2.0.0
5151
hooks:
5252
- id: setup-cfg-fmt
53-
args: [--max-py-version=3.10]
53+
args: ["--max-py-version=3.10", "--include-version-classifiers"]
5454
- repo: https://github.com/pre-commit/pygrep-hooks
5555
rev: v1.9.0
5656
hooks:

0 commit comments

Comments
 (0)