Skip to content

Commit

Permalink
Update dev env dependencies, pylint settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 11, 2024
1 parent 0013970 commit 25a41e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ disable=
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
unidiomatic-typecheck,
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ dynamic = [ "version" ]

[project.optional-dependencies]
dev = [
'build==1.2.1',
'coverage==7.5.3',
'mypy==1.10.0',
'pip==24.1',
'pylint==3.2.3',
'ruff==0.5.1',
'build==1.2.2.post1',
'coverage==7.6.4',
'mypy==1.13.0',
'pip==24.3.1',
'pylint==3.3.1',
'ruff==0.7.3',
'twine==5.1.1',
'uv==0.2.13',
'uv==0.5.1',
]

[project.urls]
Expand Down

0 comments on commit 25a41e0

Please sign in to comment.