Updated pre-commit hooks version and checked all the files accordingly.

这个提交包含在:
Sai-Suraj-27
2023-10-24 18:17:58 +05:30
父节点 a061e64c68
当前提交 aeac79e445

查看文件

@@ -1,7 +1,7 @@
# See https://pre-commit.com for more information # See https://pre-commit.com for more information
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
- id: check-added-large-files - id: check-added-large-files
- id: check-toml - id: check-toml
- repo: https://github.com/psf/black-pre-commit-mirror - repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1 rev: 23.10.1
hooks: hooks:
- id: black - id: black
args: ["--line-length", "120"] # Adjust the max line length value as needed. args: ["--line-length", "120"] # Adjust the max line length value as needed.