Skip to content

Commit 2d95db2

Browse files
build(deps): Bump (#165)
1 parent 8fe2d0a commit 2d95db2

4 files changed

Lines changed: 271 additions & 302 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
strategy:
113113
fail-fast: true
114114
matrix:
115-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
115+
python-version: ['3.9', '3.10', '3.11', '3.12']
116116
os: [ubuntu-latest, macos-latest, windows-latest]
117117
runs-on: ${{ matrix.os }}
118118
steps:

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"editor.defaultFormatter": "ms-python.black-formatter",
7979
"editor.formatOnSave": true,
8080
"editor.codeActionsOnSave": {
81-
"source.organizeImports": true
81+
"source.organizeImports": "explicit"
8282
},
8383
},
8484
"python.languageServer": "Pylance",
@@ -169,7 +169,7 @@
169169
"pythonTestExplorer.testFramework": "pytest",
170170
"pythonTestExplorer.testplanEnabled": true,
171171
// python linting - ruff
172-
"ruff.args": [
172+
"ruff.lint.args": [
173173
"--config",
174174
"pyproject.toml"
175175
],

0 commit comments

Comments
 (0)