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/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/sphinx-contrib/sphinx-lint: v0.8.2 → v0.9.1](sphinx-contrib/sphinx-lint@v0.8.2...v0.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent b8a0e11 commit 8d9ea26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
repos:

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black

Expand All @@ -19,7 +19,7 @@ repos:
- id: flake8

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.8.2
rev: v0.9.1
hooks:
- id: sphinx-lint
args: [--jobs=1]
Expand Down

0 comments on commit 8d9ea26

Please sign in to comment.