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/astral-sh/ruff-pre-commit: v0.4.7 β†’ v0.6.8](astral-sh/ruff-pre-commit@v0.4.7...v0.6.8)
- [github.com/pycqa/flake8: 7.0.0 β†’ 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 β†’ v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
- [github.com/PyCQA/bandit: 1.7.8 β†’ 1.7.10](PyCQA/bandit@1.7.8...1.7.10)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 435410c commit 3780723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.6.8
hooks:
- id: ruff
- repo: https://github.com/pycqa/isort
Expand All @@ -26,19 +26,19 @@ repos:
- id: isort
args: [ "--profile", "black", "--filter-files" ]
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
files: src
exclude: "migrations/"
args: [--max-line-length, "120"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.0'
rev: 'v1.11.2'
hooks:
- id: mypy
args: [--install-types, --non-interactive, --ignore-missing-imports]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.10
hooks:
- id: bandit
args: [--exclude, "tests"]

0 comments on commit 3780723

Please sign in to comment.