Merge pull request #394 from Sai-Suraj-27/update_versions

Updated `pre-commit hooks` version and checked all the files accordingly.
这个提交包含在:
Craig Warren
2023-10-24 19:39:52 +01:00
提交者 GitHub
当前提交 5993924b3b

查看文件

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