Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.4.0](pre-commit/pre-commit-hooks@v2.5.0...v4.4.0)
- [github.com/asottile/reorder_python_imports: v1.9.0 → v3.9.0](asottile/reorder-python-imports@v1.9.0...v3.9.0)
- [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v2.0.1](pre-commit/mirrors-autopep8@v1.5.7...v2.0.1)
- [github.com/asottile/yesqa: v0.0.11 → v1.4.0](asottile/yesqa@v0.0.11...v1.4.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 20, 2022
1 parent ed983a9 commit 8eb556a
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
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python2.7
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.4.0
hooks:
- id: check-docstring-first
- id: check-yaml
Expand All @@ -15,18 +15,18 @@ repos:
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
rev: v3.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.7
rev: v2.0.1
hooks:
- id: autopep8
- repo: https://github.com/asottile/yesqa
rev: v0.0.11
rev: v1.4.0
hooks:
- id: yesqa
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8

0 comments on commit 8eb556a

Please sign in to comment.