File tree Expand file tree Collapse file tree 1 file changed +15
-19
lines changed
Expand file tree Collapse file tree 1 file changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ dependencies = [
4747 " treq" ,
4848 " twisted" ,
4949]
50-
5150urls.Changelog = " https://github.com/akrherz/pyWWA/blob/main/CHANGELOG.md"
5251urls.Documentation = " https://github.com/akrherz/pyWWA"
5352urls.Homepage = " https://mesonet.agron.iastate.edu"
@@ -96,23 +95,20 @@ version_scheme = "post-release"
9695[tool .ruff ]
9796target-version = " py310"
9897line-length = 79
99-
10098lint.select = [
101- " A" , # builtins
102- " B" , # bugbear
103- " E" , # pycodestyle
104- " ERA" , # commented out code
105- " F" , # pyflakes
106- # "FIX", # FIXME
107- " G" , # logging-format
108- " I" , # isort
109- " NPY" , # numpy
110- " PLW" , # pylint-warning
111- " RET" , # return statements
112- " S324" , # security
113- " T" , # print
114- # "UP", # pyupgrade
115- " W" , # pycodestyle
99+ ' "FIX", # FIXM' , # logging-format
100+ ' "UP", # pyupgrad' , # pycodestyle
101+ " A" , # builtins
102+ " B" , # bugbear
103+ " E" , # pycodestyle
104+ " ERA" , # commented out code
105+ " F" , # pyflakes
106+ " I" , # isort
107+ " NPY" , # numpy
108+ " PLW" , # pylint-warning
109+ " RET" , # return statements
110+ " S324" , # security
111+ " T" , # print
116112]
117113lint.per-file-ignores."goes/*.py" = [
118114 " T201" ,
@@ -124,7 +120,7 @@ lint.per-file-ignores."util/*.py" = [
124120 " T201" ,
125121]
126122
127- [tool .pytest . ini_options ]
128- filterwarnings = [
123+ [tool .pytest ]
124+ ini_options. filterwarnings = [
129125 " ignore:numpy.ndarray size changed:RuntimeWarning" ,
130126]
You can’t perform that action at this time.
0 commit comments