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.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0)
- [github.com/jorisroovers/gitlint: v0.15.1 → v0.19.1](jorisroovers/gitlint@v0.15.1...v0.19.1)
- [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.9b0 → 24.10.0](psf/black@21.9b0...24.10.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](PyCQA/flake8@3.9.2...7.1.1)
- [github.com/pycqa/bandit: 1.7.0 → 1.8.2](PyCQA/bandit@1.7.0...1.8.2)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
- [github.com/btford/write-good: v1.0.4 → v1.0.8](btford/write-good@v1.0.4...v1.0.8)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent e8bf068 commit 3f7d12f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.0.1
rev: v5.0.0
hooks:
- id: check-executables-have-shebangs
- id: fix-encoding-pragma
Expand All @@ -19,39 +19,39 @@ repos:
- id: trailing-whitespace

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

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

- repo: https://github.com/ambv/black
rev: 21.9b0
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:
- id: flake8

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

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

- repo: https://github.com/btford/write-good
rev: v1.0.4
rev: v1.0.8
hooks:
- id: write-good
files: "\\.(rst|md|markdown|mdown|mkdn)$"
Expand Down

0 comments on commit 3f7d12f

Please sign in to comment.