Skip to content

Commit 480c423

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.1.0 → v3.3.1](asottile/pyupgrade@v3.1.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/PyCQA/docformatter: v1.5.0 → v1.5.1](PyCQA/docformatter@v1.5.0...v1.5.1) - [github.com/PyCQA/pylint: v2.15.5 → v2.15.9](pylint-dev/pylint@v2.15.5...v2.15.9) - [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
1 parent f0fd07e commit 480c423

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55

66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-yaml
1010
- id: check-toml
@@ -19,27 +19,27 @@ repos:
1919

2020
# Updating code to use modern python patterns where available.
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.1.0
22+
rev: v3.3.1
2323
hooks:
2424
- id: pyupgrade
2525

2626
# General Project code formatter.
2727
- repo: https://github.com/psf/black
28-
rev: 22.10.0
28+
rev: 22.12.0
2929
hooks:
3030
- id: black
3131

3232
# Sorts python imports.
3333
- repo: https://github.com/PyCQA/isort
3434
# Note - on black update blacken-docs pin should also be updated.
35-
rev: 5.10.1
35+
rev: 5.11.4
3636
hooks:
3737
- id: isort
3838
args: ['--profile=black']
3939

4040
# Formats python docstrings.
4141
- repo: https://github.com/PyCQA/docformatter
42-
rev: v1.5.0
42+
rev: v1.5.1
4343
hooks:
4444
- id: docformatter
4545

@@ -76,7 +76,7 @@ repos:
7676

7777
# Lint code in pre-commit env, note: This ignores import checks.
7878
- repo: https://github.com/PyCQA/pylint
79-
rev: v2.15.5
79+
rev: v2.15.9
8080
hooks:
8181
# Pylint is also run from within pre-commit for CI purposes.
8282
- id: pylint
@@ -102,7 +102,7 @@ repos:
102102

103103
# lint documentation
104104
- repo: https://github.com/PyCQA/doc8
105-
rev: v1.0.0
105+
rev: v1.1.1
106106
hooks:
107107
- id: doc8
108108

@@ -118,6 +118,6 @@ repos:
118118

119119
# Static typehint linting.
120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: v0.982
121+
rev: v0.991
122122
hooks:
123123
- id: mypy

0 commit comments

Comments
 (0)