Skip to content

Commit

Permalink
Update pre-commit to 2024-08-08 (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Aug 8, 2024
1 parent 3c75842 commit feed5b2
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 @@ -16,15 +16,15 @@ repos:
args: [--fix, auto]
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.10"
rev: "v0.5.7"
hooks:
- id: ruff
- repo: https://github.com/PyCQA/bandit
Expand All @@ -35,7 +35,7 @@ repos:
- "bandit[toml]"
args: ["-c", "pyproject.toml"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.1"
rev: "v1.11.1"
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit feed5b2

Please sign in to comment.