Skip to content

Commit

Permalink
Merge branch 'trunk' into dependabot/github_actions/docker/login-acti…
Browse files Browse the repository at this point in the history
…on-5f4866a30a54f16a52d2ecb4a3898e9e424939cf
  • Loading branch information
Aeternalis-Ingenium committed Apr 8, 2024
2 parents 42cd774 + d6aacc4 commit 4bf6e48
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 @@ -15,7 +15,7 @@ repos:
args: [--fix=lf]
files: ^src/
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
args:
Expand All @@ -28,13 +28,13 @@ repos:
args:
- --settings-path=pyproject.toml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args:
- --config-file=pyproject.toml
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down

0 comments on commit 4bf6e48

Please sign in to comment.