Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 895ed08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.9.0](asottile/reorder-python-imports@v3.0.1...v3.9.0) - [github.com/asottile/pyupgrade: v2.32.0 → v3.3.0](asottile/pyupgrade@v2.32.0...v3.3.0) - [github.com/pre-commit/mirrors-eslint: v7.13.0 → v8.29.0](pre-commit/mirrors-eslint@v7.13.0...v8.29.0)
1 parent 4da1dea commit 895ed08

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 22.10.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -10,7 +10,7 @@ repos:
1010
- id: blacken-docs
1111
additional_dependencies: [black==22.3.0]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.1.0
13+
rev: v4.4.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -20,25 +20,25 @@ repos:
2020
- id: debug-statements
2121
language_version: python3
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 4.0.1
23+
rev: 6.0.0
2424
hooks:
2525
- id: flake8
2626
language_version: python3
2727
additional_dependencies:
2828
- flake8-builtins==1.5.3
2929
- flake8-typing-imports==1.12.0
3030
- repo: https://github.com/asottile/reorder_python_imports
31-
rev: v3.0.1
31+
rev: v3.9.0
3232
hooks:
3333
- id: reorder-python-imports
3434
args: ["--application-directories=.:src:testing", --py3-plus]
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v2.32.0
36+
rev: v3.3.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py3-plus]
4040
- repo: https://github.com/pre-commit/mirrors-eslint
41-
rev: v7.13.0
41+
rev: v8.29.0
4242
hooks:
4343
- id: eslint
4444
additional_dependencies:

0 commit comments

Comments
 (0)