Skip to content

Commit

Permalink
Merge pull request #24 from ewjoachim/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ewjoachim authored May 12, 2021
2 parents 468fe4d + 38bf165 commit 4bb476d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "21.4b2"
rev: "21.5b1"
hooks:
- id: black

Expand All @@ -20,7 +20,7 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: "3.9.1"
rev: "3.9.2"
hooks:
- id: flake8

Expand All @@ -32,7 +32,7 @@ repos:
args: ["--ignore-missing-imports", "--scripts-are-modules"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.14.0"
rev: "v2.15.0"
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 4bb476d

Please sign in to comment.