Skip to content

Commit

Permalink
bump & fix black version (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz authored May 16, 2024
1 parent dc4a1c1 commit 950f566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tests = [
"requests-mock==1.12.1",
]
lint = [
"black>=22.3",
"black==24.4.2",
"pylint>=3.1.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jsonpath-ng>=1.6.1
pytest>=8.0
requests-mock==1.12.1
# lint
black>=22.3
black==24.4.2
pylint>=3.1.0

0 comments on commit 950f566

Please sign in to comment.