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 Jul 2, 2020
1 parent 02e29cf commit 107cd80
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 147 deletions.
15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:

# formatters
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.2.0
rev: v2.3.0
hooks:
- id: reorder-python-imports

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

- repo: https://github.com/asottile/pyupgrade
rev: v2.3.0
rev: v2.6.2
hooks:
- id: pyupgrade
stages: [push]
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:
#

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

Expand All @@ -87,17 +87,18 @@ repos:
- id: dockerfilelint
stages: [commit] # required

# miscellaneous
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v3.1.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
- id: debug-statements
- id: end-of-file-fixer
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- id: trailing-whitespace
- id: check-ast
- id: check-builtin-literals
Expand Down
Loading

0 comments on commit 107cd80

Please sign in to comment.