Skip to content

Commit acc21c8

Browse files
authored
Merge pull request #93 from pytroll/pre-commit-ci-update-config
2 parents f487ace + c8b4946 commit acc21c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args:
1111
- --target-version=py38
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.2.0
13+
rev: 7.3.0
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
@@ -23,12 +23,12 @@ repos:
2323
- id: check-yaml
2424
args: [--unsafe]
2525
- repo: https://github.com/PyCQA/bandit
26-
rev: '1.8.3' # Update me!
26+
rev: '1.8.6' # Update me!
2727
hooks:
2828
- id: bandit
2929
args: [--ini, .bandit]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.16.0' # Use the sha / tag you want to point at
31+
rev: 'v1.16.1' # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:

0 commit comments

Comments
 (0)