Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored and hugovk committed Aug 16, 2023
1 parent 2643d37 commit cf10571
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -16,7 +16,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/autoflake
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autoflake
name: autoflake
Expand Down Expand Up @@ -61,14 +61,14 @@ repos:
files: "src/"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies: [pytest, types-freezegun, types-setuptools]
args: [--strict]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.10.0
rev: 0.13.0
hooks:
- id: pyproject-fmt

Expand All @@ -78,7 +78,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.3.0
rev: 1.3.1
hooks:
- id: tox-ini-fmt

Expand Down

0 comments on commit cf10571

Please sign in to comment.