Skip to content

Commit

Permalink
Update various dependencies (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Nov 24, 2024
1 parent 1b7b0b1 commit b7474c5
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 393 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
"ms-python.python",
"ms-python.black-formatter"
],
"settings": {
"python.defaultInterpreterPath": "./.venv/bin/python"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-json
exclude: .devcontainer
Expand Down
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ disable=
too-few-public-methods,
too-many-public-methods,
too-many-arguments,
too-many-positional-arguments,
import-error,
unsubscriptable-object,
fixme,
Expand Down
Loading

0 comments on commit b7474c5

Please sign in to comment.