Compare commits

..

No commits in common. "08c6456e24138d42083abf09993872f7e8c97016" and "1125b69a9e997eb9a08a5bccb15e679b3455afc8" have entirely different histories.

3 changed files with 2 additions and 25 deletions

View File

@ -86,8 +86,7 @@ repos:
rev: 23.10.0 rev: 23.10.0
hooks: hooks:
- id: black - id: black
#Refer to pyproject.toml args: ["--line-length", "79", "--target-version", "py310"]
#args: ["--line-length", "79", "--target-version", "py310"]
#- id: black-jupyter #- id: black-jupyter
- repo: https://github.com/scop/pre-commit-shfmt - repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1 rev: v3.7.0-1

View File

@ -1,22 +0,0 @@
# When changing this file, read also .pre-commit-config.yaml
[tool.black]
line-length = 79
target-version = ['py310']
[tool.mypy]
#python-executable = 'pypy3'
python-version = 3.10
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
# No need to have it uncommented since 79 is the standard.
#[tool.pylint.format]
#max-line-length = 79
# Not actually used here, see .pre-commit-config.yaml for reorder-python-imports
# that does the same thing.
#[tool.isort]
#profile = "black"
# copy-pasted comments end.

@ -1 +1 @@
Subproject commit d01ae7bf852c12e7039f889dcd0ac76fd2f5d9af Subproject commit 891a61bcf594b0e159a1d376a727b78b926de16e