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: v2.2.3 → v4.6.0](pre-commit/pre-commit-hooks@v2.2.3...v4.6.0)
- [github.com/PyCQA/isort: 5.6.4 → 5.13.2](PyCQA/isort@5.6.4...5.13.2)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 8f9b4931b9a28896fb43edccb23016a7540f5b82 → 7.0.0](PyCQA/flake8@8f9b493...7.0.0)
- [github.com/humitos/mirrors-autoflake: v1.3 → v1.1](humitos/mirrors-autoflake@v1.3...v1.1)
- [github.com/psf/black: 19.10b0 → 24.4.2](psf/black@19.10b0...24.4.2)
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 68d0eb5 commit f382f44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-added-large-files
Expand All @@ -15,27 +15,27 @@ repos:
- id: pretty-format-json
args: ["--autofix", "--allow-missing-credentials"]
- repo: https://github.com/PyCQA/isort
rev: 5.6.4
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://gitlab.com/pycqa/flake8
rev: "8f9b4931b9a28896fb43edccb23016a7540f5b82"
- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
hooks:
- id: flake8
additional_dependencies: [flake8-print]
files: '\.py$'
args:
- --select=F401,F403,F406,F821,T001,T003
- repo: https://github.com/humitos/mirrors-autoflake
rev: v1.3
rev: v1.1
hooks:
- id: autoflake
files: '\.py$'
exclude: '^\..*'
args: ["--in-place", "--remove-all-unused-imports"]
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 24.4.2
hooks:
- id: black
args: ["--target-version", "py38"]

0 comments on commit f382f44

Please sign in to comment.