Updated dependencies.

master
Franco Masotti 2021-04-18 18:44:16 +02:00
parent 712668ec87
commit f77f5af9ba
Signed by: frnmst
GPG Key ID: 24116ED85666780A
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/frnmst/md-toc
rev: '7.1.0' # or a specific git tag from md-toc
rev: '7.2.0' # or a specific git tag from md-toc
hooks:
- id: md-toc
args: [-p, 'github', '-l6'] # CLI options

View File

@ -6,7 +6,7 @@ name = "pypi"
[packages]
[dev-packages]
pre-commit = '~=2.10'
pre-commit = '~=2.12'
[requires]
python_version = "3.9"