Skip to content

Commit

Permalink
Incrementing version, updating ruff (#82)
Browse files Browse the repository at this point in the history
* Incrementing version

* Realized that UV should definitely be part of our edgetest config
  • Loading branch information
ak-gupta authored Aug 6, 2024
1 parent 5ae354b commit 1836061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ tests = [
qa = [
"mypy",
"pre-commit",
"ruff==0.3.7",
"ruff==0.5",
"types-click",
"types-pkg_resources",
"types-setuptools",
"types-tabulate",
]
build = [
Expand Down Expand Up @@ -109,6 +109,7 @@ upgrade = [
"pluggy",
"tabulate",
"packaging",
"uv",
]

[edgetest.envs.low]
Expand All @@ -122,6 +123,7 @@ lower = [
"pluggy",
"tabulate",
"packaging",
"uv",
]

# BUMPVER --------------------------------------------------------------------
Expand Down Expand Up @@ -169,7 +171,6 @@ target-version = "py39"

[tool.ruff.lint]
preview = true
ignore-init-module-imports = true
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
Expand Down

0 comments on commit 1836061

Please sign in to comment.