Skip to content

Commit e8ab3b9

Browse files
pre-commit autoupdate (#1819)
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
1 parent 59db768 commit e8ab3b9

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
@@ -20,7 +20,7 @@ repos:
2020
additional_dependencies:
2121
- flake8-pytest-style
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.0.1
23+
rev: v1.1.1
2424
hooks:
2525
- id: mypy
2626
# Avoid error: Duplicate module named 'setup'
@@ -33,13 +33,13 @@ repos:
3333
- toml==0.10.2
3434
- pip==20.3.4
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.4
36+
rev: 1.7.5
3737
hooks:
3838
- id: bandit
3939
args: [--ini, .bandit]
4040
exclude: ^tests/
4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.0.0-alpha.4
42+
rev: v3.0.0-alpha.6
4343
hooks:
4444
- id: prettier
4545
additional_dependencies:

0 commit comments

Comments
 (0)