Skip to content

Commit

Permalink
Update pre-commit hooks (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed May 13, 2020
1 parent 422f1fc commit ce3da73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.16
rev: v4.3.21
hooks:
- id: isort
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.7
rev: 3.8.1
hooks:
- id: flake8
language_version: python3
additional_dependencies:
- flake8-pytest-style
- repo: https://github.com/PyCQA/bandit
rev: 1.6.0
rev: 1.6.2
hooks:
- id: bandit
language_version: python3
Expand Down

0 comments on commit ce3da73

Please sign in to comment.