We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 527d8c0 + c456880 commit f6b652eCopy full SHA for f6b652e
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: '^$'
2
fail_fast: false
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: 'v0.7.2'
+ rev: 'v0.8.1'
6
hooks:
7
- id: ruff
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
13
- id: check-yaml
14
args: [--unsafe]
15
- repo: https://github.com/PyCQA/bandit
16
- rev: '1.7.10' # Update me!
+ rev: '1.8.0' # Update me!
17
18
- id: bandit
19
args: [--ini, .bandit]
0 commit comments