Skip to content

Commit cf10571

Browse files
pre-commit-ci[bot]hugovk
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0) - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) - [github.com/tox-dev/pyproject-fmt: 0.10.0 → 0.13.0](tox-dev/pyproject-fmt@0.10.0...0.13.0) - [github.com/tox-dev/tox-ini-fmt: 1.3.0 → 1.3.1](tox-dev/tox-ini-fmt@1.3.0...1.3.1)
1 parent 2643d37 commit cf10571

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.4.0
3+
rev: v3.8.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]
@@ -16,7 +16,7 @@ repos:
1616
- id: isort
1717

1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.1.1
19+
rev: v2.2.0
2020
hooks:
2121
- id: autoflake
2222
name: autoflake
@@ -61,14 +61,14 @@ repos:
6161
files: "src/"
6262

6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.3.0
64+
rev: v1.4.1
6565
hooks:
6666
- id: mypy
6767
additional_dependencies: [pytest, types-freezegun, types-setuptools]
6868
args: [--strict]
6969

7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: 0.10.0
71+
rev: 0.13.0
7272
hooks:
7373
- id: pyproject-fmt
7474

@@ -78,7 +78,7 @@ repos:
7878
- id: validate-pyproject
7979

8080
- repo: https://github.com/tox-dev/tox-ini-fmt
81-
rev: 1.3.0
81+
rev: 1.3.1
8282
hooks:
8383
- id: tox-ini-fmt
8484

0 commit comments

Comments
 (0)