Skip to content

Commit f39adda

Browse files
[pre-commit.ci] pre-commit autoupdate (#174)
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1) - https://github.com/myint/autoflake.githttps://github.com/PyCQA/autoflake Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 12b3173 commit f39adda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: fix-encoding-pragma
99
args: [--remove]
1010
- id: check-yaml
11-
- repo: https://github.com/asottile/reorder_python_imports
11+
- repo: https://github.com/asottile/reorder-python-imports
1212
rev: v3.12.0
1313
hooks:
1414
- id: reorder-python-imports
1515
args: ['--application-directories=.:src', --py3-plus]
16-
- repo: https://github.com/python/black
17-
rev: 23.10.0
16+
- repo: https://github.com/psf/black
17+
rev: 23.10.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
@@ -30,7 +30,7 @@ repos:
3030
files: ^(RELEASING.rst|README.rst)$
3131
language: python
3232
additional_dependencies: [pygments, restructuredtext_lint]
33-
- repo: https://github.com/myint/autoflake.git
33+
- repo: https://github.com/PyCQA/autoflake
3434
rev: v2.2.1
3535
hooks:
3636
- id: autoflake

0 commit comments

Comments
 (0)