Refactor .pre-commit-config.yaml for improved readability; adjust indentation and comment formatting for consistency.

This commit is contained in:
William Valentin
2025-07-25 10:29:52 -07:00
parent 3d2e7c1b9e
commit 62606a03b0

View File

@@ -15,12 +15,12 @@ repos:
- id: check-executables-have-shebangs
# - id: check-docstring-first
- repo: https://github.com/psf/black
rev: 25.1.0
hooks:
- id: black
# - repo: https://github.com/psf/black
# rev: 25.1.0
# hooks:
# - id: black
- repo: https://github.com/pycqa/flake8
rev: '7.3.0' # Use a specific, stable version of Flake8
rev: "7.3.0" # Use a specific, stable version of Flake8
hooks:
- id: flake8
# - repo: https://github.com/PyCQA/pylint