Skip to content

Commit

Permalink
Upgrade Python developer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Aug 27, 2020
1 parent 1aacee6 commit c936118
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
exclude: '.*/vendor/.*'
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
rev: v5.4.2
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 19.10b0
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v3.2.0
hooks:
- id: check-added-large-files
args: ['--maxkb=128']
Expand Down Expand Up @@ -61,12 +61,12 @@ repos:
- [email protected]
- [email protected]
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.24.7
rev: v0.35.0
hooks:
- id: cfn-python-lint
files: cloudformation/.*\.(json|yml|yaml)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ django-npm = "*"
[dev-packages]
invoke = "*"
django-extensions = "*"
black = "==19.10b0"
black = "==20.8b1"
isort = "*"
django-debug-toolbar = "*"
"flake8" = "*"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ include_trailing_comma = True
known_first_party = concordia,importer,exporter
line_length = 88
multi_line_output = 3
not_skip = __init__.py
skip = .venv
use_parentheses = True

Expand Down

0 comments on commit c936118

Please sign in to comment.