Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0)
- [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.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)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.6.0 → v3.9.0](asottile/reorder-python-imports@v2.6.0...v3.9.0)
  • Loading branch information
pre-commit-ci[bot] authored May 9, 2023
1 parent 0cb939f commit 9ddc55d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
language_version: python3
args:
- --line-length=79
- --experimental-string-processing
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-ast
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)
Expand Down

0 comments on commit 9ddc55d

Please sign in to comment.