Skip to content

Commit 6ff5ca2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
1 parent 2c00357 commit 6ff5ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
# - id: double-quote-string-fixer # for single quotes: uncomment and add black config “skip-string-normalization”
66
- id: trailing-whitespace
@@ -11,7 +11,7 @@ repos:
1111
- id: docformatter
1212
args: ["--in-place", "--wrap-summaries=100", "--wrap-descriptions=100", "--config=./pyproject.toml"]
1313
- repo: https://github.com/psf/black
14-
rev: 23.9.1
14+
rev: 23.10.1
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)