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.0dev](jorisroovers/gitlint@v0.18.0...v0.19.0dev)
- [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/pydocstyle: 6.2.0 → 6.3.0](PyCQA/pydocstyle@6.2.0...6.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 7, 2023
1 parent 9ce7021 commit 7ce2728
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 @@ -19,17 +19,17 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0
rev: v0.19.0dev
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 @@ -46,7 +46,7 @@ repos:
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 7ce2728

Please sign in to comment.