Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed May 8, 2020
1 parent 1d99a62 commit abf1f85
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 225 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
# formatters

- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
rev: v2.3.0
hooks:
- id: reorder-python-imports

Expand All @@ -23,7 +23,7 @@ repos:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v1.26.0
rev: v2.4.1
hooks:
- id: pyupgrade
stages: [push]
Expand Down Expand Up @@ -65,20 +65,20 @@ repos:
stages: [push]

- repo: https://github.com/adrienverge/yamllint
rev: v1.20.0
rev: v1.23.0
hooks:
- id: yamllint
args: ["--strict", "-d", "{rules: {line-length: {max: 180}}}"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.761
rev: v0.770
hooks:
- id: mypy

# miscellaneous

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand All @@ -95,7 +95,7 @@ repos:
args: ["--django"]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.4.4
rev: v1.5.1
hooks:
# - id: rst-backticks
- id: python-use-type-annotations
Expand All @@ -108,6 +108,6 @@ repos:
# http://jorisroovers.com/gitlint/#using-gitlint-through-pre-commit

- repo: https://github.com/jorisroovers/gitlint
rev: v0.12.0
rev: v0.13.1
hooks:
- id: gitlint
Loading

0 comments on commit abf1f85

Please sign in to comment.