Skip to content

Commit

Permalink
build(deps): Bump (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored Jan 12, 2024
1 parent 8fe2d0a commit 2d95db2
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 302 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"python.languageServer": "Pylance",
Expand Down Expand Up @@ -169,7 +169,7 @@
"pythonTestExplorer.testFramework": "pytest",
"pythonTestExplorer.testplanEnabled": true,
// python linting - ruff
"ruff.args": [
"ruff.lint.args": [
"--config",
"pyproject.toml"
],
Expand Down
Loading

0 comments on commit 2d95db2

Please sign in to comment.