Skip to content

Commit b7474c5

Browse files
authored
Update various dependencies (#1449)
1 parent 1b7b0b1 commit b7474c5

File tree

4 files changed

+423
-393
lines changed

4 files changed

+423
-393
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"customizations": {
1818
"vscode": {
1919
"extensions": [
20-
"ms-python.python"
20+
"ms-python.python",
21+
"ms-python.black-formatter"
2122
],
2223
"settings": {
2324
"python.defaultInterpreterPath": "./.venv/bin/python"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-json
66
exclude: .devcontainer

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ disable=
1919
too-few-public-methods,
2020
too-many-public-methods,
2121
too-many-arguments,
22+
too-many-positional-arguments,
2223
import-error,
2324
unsubscriptable-object,
2425
fixme,

0 commit comments

Comments
 (0)