Skip to content

Commit feddb8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.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) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [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.6.0](asottile/pyupgrade@v2.32.0...v3.6.0) - [github.com/pre-commit/mirrors-eslint: v8.38.0 → v8.42.0](pre-commit/mirrors-eslint@v8.38.0...v8.42.0)
1 parent 316246e commit feddb8d

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
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 23.3.0
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.13.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
@@ -23,28 +23,28 @@ repos:
2323
language_version: python3
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 4.0.1
26+
rev: 6.0.0
2727
hooks:
2828
- id: flake8
2929
language_version: python3
3030
additional_dependencies:
3131
- flake8-builtins==1.5.3
3232
- flake8-typing-imports==1.12.0
3333

34-
- repo: https://github.com/asottile/reorder_python_imports
35-
rev: v3.0.1
34+
- repo: https://github.com/asottile/reorder-python-imports
35+
rev: v3.9.0
3636
hooks:
3737
- id: reorder-python-imports
3838
args: ["--application-directories=.:src:testing", --py3-plus]
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v2.32.0
41+
rev: v3.6.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py3-plus]
4545

4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v8.38.0
47+
rev: v8.42.0
4848
hooks:
4949
- id: eslint
5050
additional_dependencies:

0 commit comments

Comments
 (0)