Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#225)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.2](asottile/reorder-python-imports@v2.6.0...v3.8.2)
- [github.com/psf/black: 21.11b1 → 22.6.0](psf/black@21.11b1...22.6.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
- [github.com/asottile/pyupgrade: v2.29.1 → v2.37.3](asottile/pyupgrade@v2.29.1...v2.37.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 31, 2022
1 parent e574f82 commit 3c05fd1
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,38 +1,38 @@
exclude: tests/expected_results.py|tests/data
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.8.2
hooks:
- id: reorder-python-imports
language_version: python3
args:
- --application-directories=.:src:tests
- repo: https://github.com/psf/black
rev: 21.11b1
rev: 22.6.0
hooks:
- id: black
language_version: python3
args: [--safe, --quiet, --line-length, "100"]
require_serial: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: trailing-whitespace
language_version: python3
- id: end-of-file-fixer
language_version: python3
- id: debug-statements
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: "3.9.2"
- repo: https://github.com/PyCQA/flake8
rev: "5.0.4"
hooks:
- id: flake8
language_version: python3
args:
- --max-line-length=100
- --ignore=W503,E203
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.37.3
hooks:
- id: pyupgrade
language_version: python3

0 comments on commit 3c05fd1

Please sign in to comment.