Skip to content

Commit

Permalink
Merge pull request #7615 from hugovk/fix-sphinx-lint
Browse files Browse the repository at this point in the history
Update pre-commit to fix Sphinx Lint
  • Loading branch information
radarhere committed Dec 12, 2023
2 parents 66c244a + 6dc7ee0 commit dfc9e98
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
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args: [--severity-level=high]
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.0
rev: v0.9.1
hooks:
- id: sphinx-lint

Expand Down

0 comments on commit dfc9e98

Please sign in to comment.