1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 08:30:48 +00:00

Remove black and pyupgrade from requirements-test

They are not needed there.

Also run pre-commit autoupdate to pick up the latest version of hooks.
This commit is contained in:
Jeremy Frasier 2019-03-30 12:47:36 -04:00
parent 13a180736a
commit 74e145257c
No known key found for this signature in database
GPG key ID: 285B4A02F4305C09
2 changed files with 2 additions and 4 deletions

View file

@ -23,7 +23,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.14.0
rev: v0.14.1
hooks:
- id: markdownlint
# The LICENSE.md must match the license text exactly for
@ -47,7 +47,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/ambv/black
rev: 18.9b0
rev: 19.3b0
hooks:
- id: black
- repo: https://github.com/ansible/ansible-lint.git

View file

@ -1,3 +1 @@
black
pre-commit
pyupgrade