Skip to content

Commit

Permalink
Merge pull request #602 from packit/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
jpopelka authored Jun 15, 2021
2 parents 79d3a39 + 8c680d0 commit 9a8149e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.1
rev: v2.19.4
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 21.5b2
rev: 21.6b0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -31,10 +31,12 @@ repos:
- id: flake8
args: [--max-line-length=100]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.902
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[types-pkg_resources, types-requests, types-Deprecated]
- repo: https://github.com/packit/pre-commit-hooks
rev: 169c6671b0175882f74acaf34ace2edf897dc375
hooks:
Expand Down

0 comments on commit 9a8149e

Please sign in to comment.