Skip to content

Commit

Permalink
Merge 48055ab into 2a22e52
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 3, 2021
2 parents 2a22e52 + 48055ab commit abd33ee
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 @@ -54,14 +54,14 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.14.0
hooks:
- id: pyupgrade
args:
- --py36-plus

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
rev: v1.1.10
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand All @@ -73,7 +73,7 @@ repos:
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$

- repo: https://github.com/domdfcoding/dep_checker
rev: v0.6.1
rev: v0.6.2
hooks:
- id: dep_checker
args:
Expand Down

0 comments on commit abd33ee

Please sign in to comment.