[Chore] Updated pre-commit dependencies.

This commit is contained in:
Fabio Manganiello 2024-06-23 23:40:01 +02:00
parent 5672b23fbe
commit 9993e9b6b7
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.6.0
hooks: hooks:
# - id: trailing-whitespace # - id: trailing-whitespace
# - id: end-of-file-fixer # - id: end-of-file-fixer
@ -18,8 +18,8 @@ repos:
hooks: hooks:
- id: markdown-toc - id: markdown-toc
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/PyCQA/flake8
rev: 4.0.1 rev: 7.1.0
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies: