Skip to content

Commit edb694e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6ff9c43 commit edb694e

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

pyproject.toml

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ dependencies = [
4747
"treq",
4848
"twisted",
4949
]
50-
5150
urls.Changelog = "https://github.com/akrherz/pyWWA/blob/main/CHANGELOG.md"
5251
urls.Documentation = "https://github.com/akrherz/pyWWA"
5352
urls.Homepage = "https://mesonet.agron.iastate.edu"
@@ -96,23 +95,20 @@ version_scheme = "post-release"
9695
[tool.ruff]
9796
target-version = "py310"
9897
line-length = 79
99-
10098
lint.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
]
117113
lint.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
]

0 commit comments

Comments
 (0)