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/jorisroovers/gitlint: v0.18.0 → v0.19.1](jorisroovers/gitlint@v0.18.0...v0.19.1)
- [github.com/pycqa/isort: 5.11.4 → 5.13.2](PyCQA/isort@5.11.4...5.13.2)
- [github.com/psf/black: 22.12.0 → 24.8.0](psf/black@22.12.0...24.8.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1)
- [github.com/pycqa/bandit: 1.7.4 → 1.7.10](PyCQA/bandit@1.7.4...1.7.10)
- [github.com/pycqa/pydocstyle: 6.2.0 → 6.3.0](PyCQA/pydocstyle@6.2.0...6.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent 9ce7021 commit 63611ec
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 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: fix-encoding-pragma
Expand All @@ -19,34 +19,34 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0
rev: v0.19.1
hooks:
- id: gitlint

- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8

- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.10
hooks:
- id: bandit
# Bandit does not need to run on test code
exclude: tests/*

- repo: https://github.com/pycqa/pydocstyle
rev: 6.2.0
rev: 6.3.0
hooks:
- id: pydocstyle

Expand Down

0 comments on commit 63611ec

Please sign in to comment.