Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 875d0d4

Browse files
authoredNov 13, 2023
[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/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0) - [github.com/hadialqattan/pycln: v2.1.3 → v2.3.0](hadialqattan/pycln@v2.1.3...v2.3.0) - [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.7.0](pre-commit/mirrors-mypy@v1.3.0...v1.7.0)
1 parent 9546c40 commit 875d0d4

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.9
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: check-yaml
88
args:
@@ -21,7 +21,7 @@ repos:
2121
- id: mixed-line-ending
2222
- id: check-docstring-first
2323
- repo: 'https://github.com/adrienverge/yamllint'
24-
rev: v1.32.0
24+
rev: v1.33.0
2525
hooks:
2626
- id: yamllint
2727
args:
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: absolufy-imports
3434
- repo: 'https://github.com/hadialqattan/pycln'
35-
rev: v2.1.3
35+
rev: v2.3.0
3636
hooks:
3737
- id: pycln
3838
args:
@@ -50,7 +50,7 @@ repos:
5050
- '--python-version'
5151
- '39'
5252
- repo: 'https://github.com/psf/black'
53-
rev: 23.3.0
53+
rev: 23.11.0
5454
hooks:
5555
- id: black
5656
args:
@@ -66,7 +66,7 @@ repos:
6666
- '--check'
6767
- '--diff'
6868
- repo: 'https://github.com/pycqa/flake8'
69-
rev: 6.0.0
69+
rev: 6.1.0
7070
hooks:
7171
- id: flake8
7272
args:
@@ -78,7 +78,7 @@ repos:
7878
stages:
7979
- manual
8080
- repo: 'https://github.com/pre-commit/mirrors-mypy'
81-
rev: v1.3.0
81+
rev: v1.7.0
8282
hooks:
8383
- id: mypy
8484
args:

0 commit comments

Comments
 (0)
Please sign in to comment.