Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Sep 10, 2023
1 parent 68a878e commit cbcf3bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
attrs==23.1.0
black==23.7.0
click==8.1.6
black==23.9.0
click==8.1.7
colorama==0.4.6
coverage==7.3.0
coverage==7.3.1
exceptiongroup==1.1.3
fastapi==0.100.0
iniconfig==2.0.0
Expand All @@ -12,10 +12,10 @@ mypy==1.5.1
packaging==23.1
pathspec==0.11.2
platformdirs==3.10.0
pluggy==1.2.0
pluggy==1.3.0
py==1.11.0
pyparsing==3.1.1
pytest-cov==4.1.0
pytest==7.4.0
ruff==0.0.284
typos==1.16.5
pytest==7.4.2
ruff==0.0.287
typos==1.16.11
2 changes: 1 addition & 1 deletion refurb/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def fzf(data: list[str] | None, args: list[str]) -> str:
"FZF_DEFAULT_COMMAND": "find refurb -name '*.py' -not -path '*__*' 2> /dev/null || true", # noqa: E501
}

process = run(
process = run( # noqa: PLW1510
["fzf", "--height=20", *args], # noqa: S603, S607
env=env,
stdout=PIPE,
Expand Down

0 comments on commit cbcf3bf

Please sign in to comment.