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/jorisroovers/gitlint: v0.18.0 → v0.19.1](jorisroovers/gitlint@v0.18.0...v0.19.1)
- [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
- [github.com/pycqa/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [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 Mar 14, 2023
1 parent 9ce7021 commit 750b954
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ 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.12.0
hooks:
- id: isort

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

Expand All @@ -39,14 +39,14 @@ repos:
- id: flake8

- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.5
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 750b954

Please sign in to comment.