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.3.0 → v3.10.1](asottile/pyupgrade@v3.3.0...v3.10.1)
- [github.com/PyCQA/autoflake: v2.0.0 → v2.2.0](PyCQA/autoflake@v2.0.0...v2.2.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent a623408 commit 567dd27
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
Expand Up @@ -21,15 +21,15 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.10.1
hooks:
- id: pyupgrade
args:
- --py38-plus
- --keep-runtime-typing

- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.2.0
hooks:
- id: autoflake
args:
Expand All @@ -43,7 +43,7 @@ repos:
- __init__.py

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args:
Expand All @@ -56,7 +56,7 @@ repos:
- --gitignore

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.7.0
hooks:
- id: black
args:
Expand All @@ -65,7 +65,7 @@ repos:
- --color

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 567dd27

Please sign in to comment.