[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: blacklight
GPG key ID: D90FBA7F76362774

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: v4.1.0
rev: v4.6.0
hooks:
# - id: trailing-whitespace
# - id: end-of-file-fixer
@ -18,8 +18,8 @@ repos:
hooks:
- id: markdown-toc
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies: