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/psf/black: 21.4b2 → 21.5b2](psf/black@21.4b2...21.5b2)
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
  • Loading branch information
pre-commit-ci[bot] committed May 31, 2021
1 parent e0a2880 commit 58f54ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.4b2
rev: 21.5b2
hooks:
- id: black
args: ["--target-version=py36"]
Expand All @@ -12,7 +12,7 @@ repos:
args: ["--target-version=py36"]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
language_version: python3.8
Expand All @@ -23,7 +23,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 58f54ff

Please sign in to comment.