Skip to content

Commit

Permalink
Upgrade some dependencies (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Mar 26, 2024
1 parent 430ebd4 commit 6bca194
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ignore = [
"F522", # .format() stuff
"F523", # .format() stuff
"F524", # .format() stuff
"F823", # local variable referenced before assignment
"F823", # local variable referenced before assignment
"F601", # dictionary key name repeated with different values
"E721", # do not compare types, use 'isinstance()'
"F841", # local variable is assigned to but never used
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ codemod
myst-parser==2.0.0
Sphinx==7.2.5
black==24.3.0
flake8==7.0.0
usort==1.0.8.post1
ruff==0.2.2
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ skip_missing_interpreters = True
[testenv]
deps =
.[tests]
typing-extensions==4.10.0rc1 # until 4.10.0 is released

commands =
pytest pyanalyze/

[testenv:black]
deps =
black==24.2.0
black==24.3.0

commands =
black --check pyanalyze/
Expand Down

0 comments on commit 6bca194

Please sign in to comment.