Skip to content

Commit 0e7f107

Browse files
[pre-commit.ci] pre-commit autoupdate (#6)
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/asottile/pyupgrade: v3.7.0 → v3.15.0](asottile/pyupgrade@v3.7.0...v3.15.0) - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](PyCQA/autoflake@v2.1.1...v2.2.1) - [github.com/psf/black: 23.3.0 → 23.10.0](psf/black@23.3.0...23.10.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](adamchainz/blacken-docs@1.14.0...1.16.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0b95783 commit 0e7f107

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,13 +18,13 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.7.0
21+
rev: v3.15.0
2222
hooks:
2323
- id: pyupgrade
2424
args: ['--py37-plus']
2525

2626
- repo: https://github.com/PyCQA/autoflake
27-
rev: v2.1.1
27+
rev: v2.2.1
2828
hooks:
2929
- id: autoflake
3030
args: [
@@ -39,24 +39,24 @@ repos:
3939
- id: isort
4040

4141
- repo: https://github.com/psf/black
42-
rev: 23.3.0
42+
rev: 23.10.0
4343
hooks:
4444
- id: black
4545
language_version: python3
4646

4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.14.0
48+
rev: 1.16.0
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black]
5252

5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 6.0.0
54+
rev: 6.1.0
5555
hooks:
5656
- id: flake8
5757
additional_dependencies: [flake8-bugbear]
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.2.5
60+
rev: v2.2.6
6161
hooks:
6262
- id: codespell

0 commit comments

Comments
 (0)