Uncomment black hook in pre-commit configuration for code formatting
This commit is contained in:
@@ -15,10 +15,10 @@ repos:
|
|||||||
- id: check-executables-have-shebangs
|
- id: check-executables-have-shebangs
|
||||||
# - id: check-docstring-first
|
# - id: check-docstring-first
|
||||||
|
|
||||||
# - repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
# rev: 25.1.0
|
rev: 25.1.0
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: black
|
- id: black
|
||||||
- repo: https://github.com/pycqa/flake8
|
- 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:
|
hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user