Skip to content

Commit ce00736

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.2.0](pre-commit/mirrors-mypy@v1.0.0...v1.2.0) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
1 parent 1f98626 commit ce00736

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 23.1.0
8+
rev: 23.3.0
99
hooks:
1010
- id: black
1111
args: ["--line-length", "119", "--check"]
@@ -31,13 +31,13 @@ repos:
3131
args: ["--remove"]
3232
- id: requirements-txt-fixer
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.0.0
34+
rev: v1.2.0
3535
hooks:
3636
- id: mypy
3737
args: [--no-strict-optional, --ignore-missing-imports]
3838
additional_dependencies: ["pydantic", "toml", "types-all"]
3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.7.4
40+
rev: 1.7.5
4141
hooks:
4242
- id: bandit
4343
args: [--skip, "B101,B104", --recursive, "-q", "-b", ".bandit-baseline.json"]

0 commit comments

Comments
 (0)