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.5b1](psf/black@21.4b2...21.5b1)
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2)
  • Loading branch information
pre-commit-ci[bot] committed May 10, 2021
1 parent e0a2880 commit a7eb787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.4b2
rev: 21.5b1
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 Down

0 comments on commit a7eb787

Please sign in to comment.