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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.11.0](pre-commit/mirrors-mypy@v1.1.1...v1.11.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.16.0](asottile/pyupgrade@v3.3.1...v3.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent 72abad9 commit e24f461
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.4.0
rev: v4.6.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: 23.1.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.9
Expand All @@ -21,18 +21,18 @@ repos:
- id: autoflake
args: [ '--in-place', '--remove-all-unused-imports', '--remove-unused-variable' ]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ['--line-length=79']
language_version: python3.9
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.11.0
hooks:
- id: mypy
additional_dependencies: [types-requests, types-PyYAML, types-Flask, types-Werkzeug]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit e24f461

Please sign in to comment.