diff --git a/.cspell.json b/.cspell.json index f7a52f4..eaeb12e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -32,7 +32,7 @@ ".readthedocs.yml", ".vscode/*", ".vscode/.gitignore", - ".zenodo.json", + "CITATION.cff", "codecov.yml", "Dockerfile", "docs/_templates/*", diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68d26a5..0b3f201 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.0.192 + rev: 0.0.199 hooks: - id: check-dev-files args: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a5336c2..4c15c5f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -6,6 +6,7 @@ "streetsidesoftware.code-spell-checker" ], "unwantedRecommendations": [ + "davidanson.vscode-markdownlint", "ms-python.flake8", "ms-python.isort", "ms-python.pylint", diff --git a/.vscode/settings.json b/.vscode/settings.json index 4554c18..ad92582 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,3 @@ { - "editor.formatOnSave": true, - "python.linting.flake8Enabled": false, - "python.linting.pydocstyleEnabled": false, - "python.linting.pylintEnabled": false + "editor.formatOnSave": true }