Skip to content

Commit 1ccc103

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.8.0 → v3.16.0](asottile/pyupgrade@v3.8.0...v3.16.0) - [github.com/PyCQA/docformatter: v1.7.3 → v1.7.5](PyCQA/docformatter@v1.7.3...v1.7.5) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.5.0](astral-sh/ruff-pre-commit@v0.0.276...v0.5.0)
1 parent 2c4602a commit 1ccc103

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,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -22,21 +22,21 @@ repos:
2222
- id: detect-private-key
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.8.0
25+
rev: v3.16.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py38-plus]
2929
name: Upgrade code
3030

3131
- repo: https://github.com/PyCQA/docformatter
32-
rev: v1.7.3
32+
rev: v1.7.5
3333
hooks:
3434
- id: docformatter
3535
additional_dependencies: [tomli]
3636
args: ["--in-place"]
3737

3838
- repo: https://github.com/executablebooks/mdformat
39-
rev: 0.7.16
39+
rev: 0.7.17
4040
hooks:
4141
- id: mdformat
4242
additional_dependencies:
@@ -46,7 +46,7 @@ repos:
4646
exclude: CHANGELOG.md
4747

4848
- repo: https://github.com/psf/black
49-
rev: 23.3.0
49+
rev: 24.4.2
5050
hooks:
5151
- id: black
5252
name: Format code
@@ -61,7 +61,7 @@ repos:
6161
- pep8-naming
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.0.276
64+
rev: v0.5.0
6565
hooks:
6666
- id: ruff
6767
args: ["--fix"]

0 commit comments

Comments
 (0)