Skip to content

Commit 2b2235e

Browse files
committed
MAINT: update developer configuration
1 parent 08b5a6e commit 2b2235e

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ComPWA/actions/.github/workflows/[email protected]
2929
with:
3030
coverage-target: sphinx_hep_pdgref
31-
macos-python-version: "3.9"
31+
macos-python-version: "3.10"
3232
specific-pip-packages: ${{ inputs.specific-pip-packages }}
3333
secrets:
3434
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"notebook.formatOnSave.enabled": true,
5050
"python.analysis.autoImportCompletions": false,
5151
"python.analysis.inlayHints.pytestParameters": true,
52+
"python.defaultInterpreterPath": ".venv/bin/python",
5253
"python.terminal.activateEnvironment": false,
5354
"python.testing.pytestArgs": ["--color=no", "--no-cov"],
5455
"python.testing.pytestEnabled": true,

pyproject.toml

-10
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,6 @@ ignore_missing_imports = true
122122
module = ["pyquery.*"]
123123

124124
[tool.pyright]
125-
exclude = [
126-
"**/.git",
127-
"**/.ipynb_checkpoints",
128-
"**/.mypy_cache",
129-
"**/.pytest_cache",
130-
"**/.tox",
131-
"**/.venv/",
132-
"**/__pycache__",
133-
"**/_build",
134-
]
135125
reportGeneralTypeIssues = false
136126
reportMissingImports = false
137127
reportMissingParameterType = false

0 commit comments

Comments
 (0)