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.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 21.12b0 → 24.8.0](psf/black@21.12b0...24.8.0)
- [github.com/PyCQA/bandit: 1.7.2 → 1.7.10](PyCQA/bandit@1.7.2...1.7.10)
- [github.com/pre-commit/mirrors-mypy: v0.931 → v1.11.2](pre-commit/mirrors-mypy@v0.931...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent eb7292b commit f3efadf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pre-commit autoupdate
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: debug-statements
Expand All @@ -18,26 +18,26 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files", "--skip-gitignore"]

- repo: https://github.com/ambv/black
rev: 21.12b0
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.2
rev: 1.7.10
hooks:
- id: bandit
args: ["-r"]
files: ^oteapi_asmod/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v1.11.2
hooks:
- id: mypy
exclude: ^tests/.*$
Expand Down

0 comments on commit f3efadf

Please # to comment.