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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.4.1](pre-commit/mirrors-mypy@v0.961...v1.4.1)
- [github.com/asottile/pyupgrade: v2.34.0 → v3.9.0](asottile/pyupgrade@v2.34.0...v3.9.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2023
1 parent 043c325 commit 9e8d90b
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,7 +1,7 @@
exclude: '^$|venv'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,7 +11,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3.9
Expand All @@ -21,17 +21,17 @@ repos:
- id: autoflake
args: [ '--in-place', '--remove-all-unused-imports', '--remove-unused-variable' ]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ['--line-length=79']
language_version: python3.9
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.4.1
hooks:
- id: mypy
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit 9e8d90b

Please sign in to comment.