Skip to content

Commit

Permalink
Release v1.14.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod authored Mar 14, 2023
1 parent 467b133 commit 70dd579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ py==1.11.0
pyparsing==3.0.9
pytest-cov==4.0.0
pytest==7.2.2
ruff==0.0.254
ruff==0.0.255
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "refurb"
version = "1.13.0"
version = "1.14.0"
description = "A tool for refurbish and modernize Python codebases"
authors = ["dosisod"]
license = "GPL-3.0-only"
Expand Down Expand Up @@ -67,7 +67,7 @@ line-length = 79

extend-select = [
"W", "N", "UP", "YTT", "S", "BLE", "B",
"C4", "DTZ", "ISC", "PIE", "PT", "RET",
"C40", "DTZ", "ISC", "PIE", "PT", "RET",
"SIM", "PTH", "PLE", "RUF", "FBT",
]

Expand Down

0 comments on commit 70dd579

Please sign in to comment.