Skip to content

Commit d65cbc0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [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.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
1 parent e77f9a4 commit d65cbc0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: mixed-line-ending
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.4.7
27+
rev: v0.5.0
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]
@@ -43,13 +43,13 @@ repos:
4343
language_version: python3
4444

4545
- repo: https://github.com/asottile/blacken-docs
46-
rev: 1.16.0
46+
rev: 1.18.0
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies: [black==22.3.0]
5050

5151
- repo: https://github.com/pycqa/flake8
52-
rev: 7.0.0
52+
rev: 7.1.0
5353
hooks:
5454
- id: flake8
5555
exclude: docs/source/conf.py, __pycache__
@@ -66,7 +66,7 @@ repos:
6666
]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.10.0
69+
rev: v1.10.1
7070
hooks:
7171
- id: mypy
7272
files: predictably/
@@ -85,7 +85,7 @@ repos:
8585
additional_dependencies: [".[toml]"]
8686

8787
- repo: https://github.com/PyCQA/bandit
88-
rev: 1.7.8
88+
rev: 1.7.9
8989
hooks:
9090
- id: bandit
9191
args: ["-c", "pyproject.toml"]
@@ -118,7 +118,7 @@ repos:
118118
additional_dependencies: ["flake8-builtins"]
119119

120120
- repo: https://github.com/asottile/pyupgrade
121-
rev: v3.15.2
121+
rev: v3.16.0
122122
hooks:
123123
- id: pyupgrade
124124
args: ["--py38-plus"]

0 commit comments

Comments
 (0)