Skip to content

Commit

Permalink
Update pip-tools version to 6.4.0 in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stanković authored and istankovic committed Oct 14, 2021
1 parent 6a6a400 commit 75168b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ repos:
hooks:
- id: mypy
entry: tools/pre-commit/pre-commit-wrapper.py mypy
additional_dependencies: ["pip-tools==6.3.0"]
additional_dependencies: ["pip-tools==6.4.0"]

- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
hooks:
- id: pylint
entry: tools/pre-commit/pre-commit-wrapper.py pylint
additional_dependencies: ["pip-tools==6.3.0"]
additional_dependencies: ["pip-tools==6.4.0"]

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.5
Expand Down

0 comments on commit 75168b6

Please sign in to comment.