Skip to content

Commit

Permalink
Merge #494
Browse files Browse the repository at this point in the history
494: [pre-commit.ci] pre-commit autoupdate r=ChrisRBe a=pre-commit-ci[bot]

<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/asottile/reorder_python_imports: v2.3.6 → v2.7.1](asottile/reorder-python-imports@v2.3.6...v2.7.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and pre-commit-ci[bot] authored Jan 31, 2022
2 parents 8492ce6 + 8b540d2 commit 55995f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-docstring-first
- id: check-merge-conflict
Expand All @@ -19,7 +19,7 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.6
rev: v2.7.1
hooks:
- id: reorder-python-imports
args: [--py36-plus]
1 change: 0 additions & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion src/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 55995f2

Please sign in to comment.