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

Skip to content

Commit ce8ce41

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 23.9.1](psf/black@22.3.0...23.9.1) - [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.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.1.0](PyCQA/flake8@4.0.1...6.1.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.0.1 → v3.11.0](asottile/reorder-python-imports@v3.0.1...v3.11.0) - [github.com/asottile/pyupgrade: v2.32.0 → v3.11.0](asottile/pyupgrade@v2.32.0...v3.11.0) - [github.com/pre-commit/mirrors-eslint: v8.38.0 → v8.49.0](pre-commit/mirrors-eslint@v8.38.0...v8.49.0)
1 parent 8523105 commit ce8ce41

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 23.9.1
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
77

88
- repo: https://github.com/asottile/blacken-docs
9-
rev: v1.12.1
9+
rev: 1.16.0
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==22.3.0]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.1.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
@@ -25,28 +25,28 @@ repos:
2525
args: ['--branch', 'master']
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 4.0.1
28+
rev: 6.1.0
2929
hooks:
3030
- id: flake8
3131
language_version: python3
3232
additional_dependencies:
3333
- flake8-builtins==1.5.3
3434
- flake8-typing-imports==1.12.0
3535

36-
- repo: https://github.com/asottile/reorder_python_imports
37-
rev: v3.0.1
36+
- repo: https://github.com/asottile/reorder-python-imports
37+
rev: v3.11.0
3838
hooks:
3939
- id: reorder-python-imports
4040
args: ["--application-directories=.:src:testing", --py3-plus]
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.32.0
43+
rev: v3.11.0
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py3-plus]
4747

4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.38.0
49+
rev: v8.49.0
5050
hooks:
5151
- id: eslint
5252
additional_dependencies:

0 commit comments

Comments
 (0)