diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 651fe84..4efef22 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,4 +21,3 @@ jobs: - name: Run pre-commit run: pre-commit run --all-files - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02dad8b..cf739cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,4 +20,3 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - diff --git a/pyproject.toml b/pyproject.toml index efa1f55..d825d4b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,4 +100,3 @@ line-ending = "auto" docstring-code-format = false docstring-code-line-length = "dynamic" -