Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 91e554b

Browse files
authoredJun 17, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/compilerla/conventional-pre-commit: v3.0.0 → v3.2.0](compilerla/conventional-pre-commit@v3.0.0...v3.2.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.9](PyCQA/bandit@1.7.6...1.7.9)
1 parent c9c0794 commit 91e554b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ default_language_version:
99
python: python3.10
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
1616
- id: check-yaml
1717
- id: check-added-large-files
1818
- repo: https://github.com/compilerla/conventional-pre-commit
19-
rev: v3.0.0
19+
rev: v3.2.0
2020
hooks:
2121
- id: conventional-pre-commit
2222
stages: [commit-msg]
2323
args: []
2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 24.4.2
2626
hooks:
2727
- id: black
2828
args: [--safe, --quiet]
@@ -40,7 +40,7 @@ repos:
4040
types: [python]
4141
args: [-rn, -sn, --rcfile=pyproject.toml]
4242
- repo: https://github.com/pycqa/flake8
43-
rev: 7.0.0
43+
rev: 7.1.0
4444
hooks:
4545
- id: flake8
4646
args: [--config=.flake8]
@@ -51,15 +51,15 @@ repos:
5151
additional_dependencies:
5252
- tomli # for reading config from pyproject.toml
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.8.0
54+
rev: v1.10.0
5555
hooks:
5656
- id: mypy
5757
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
5858
args: [--ignore-missing-imports] # Needed because pre-commit runs mypy in a venv
5959
additional_dependencies:
6060
- typing_extensions
6161
- repo: https://github.com/PyCQA/bandit
62-
rev: 1.7.6
62+
rev: 1.7.9
6363
hooks:
6464
- id: bandit
6565
args: [--skip, B101, --recursive, clumper]

0 commit comments

Comments
 (0)
Please sign in to comment.