Skip to content

Commit ba75e09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent e6213a5 commit ba75e09

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.3.0
8+
rev: 23.7.0
99
hooks:
1010
- id: black
1111
args: ["--line-length", "119", "--check"]
@@ -31,7 +31,7 @@ repos:
3131
args: ["--remove"]
3232
- id: requirements-txt-fixer
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.3.0
34+
rev: v1.5.1
3535
hooks:
3636
- id: mypy
3737
args: [--no-strict-optional, --ignore-missing-imports]
@@ -42,7 +42,7 @@ repos:
4242
- id: bandit
4343
args: [--skip, "B101,B104", --recursive, "-q", "-b", ".bandit-baseline.json"]
4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 6.0.0
45+
rev: 6.1.0
4646
hooks:
4747
- id: flake8
4848
exclude: test.*

0 commit comments

Comments
 (0)