@@ -14,7 +14,7 @@ keywords = [
14
14
" testing" ,
15
15
" tox" ,
16
16
]
17
- license = { text = " Apache-2.0" }
17
+ license = " Apache-2.0"
18
18
authors = [
19
19
{
name =
" Alethea Katherine Flowers" ,
email =
" [email protected] " },
20
20
]
@@ -23,7 +23,6 @@ classifiers = [
23
23
" Development Status :: 5 - Production/Stable" ,
24
24
" Environment :: Console" ,
25
25
" Intended Audience :: Developers" ,
26
- " License :: OSI Approved :: Apache Software License" ,
27
26
" Operating System :: MacOS" ,
28
27
" Operating System :: Microsoft :: Windows" ,
29
28
" Operating System :: POSIX" ,
@@ -109,7 +108,7 @@ lint.extend-select = [
109
108
" RUF" , # Ruff-specific
110
109
" S" , # eval -> literal_eval
111
110
" SIM" , # flake8-simplify
112
- " TCH " , # flake8-type-checking
111
+ " TC " , # flake8-type-checking
113
112
" TRY" , # tryceratops
114
113
" UP" , # pyupgrade
115
114
" YTT" , # flake8-2020
@@ -138,7 +137,7 @@ minversion = "7.0"
138
137
addopts = [ " -ra" , " --strict-markers" , " --strict-config" ]
139
138
xfail_strict = true
140
139
filterwarnings = [ " error" ]
141
- log_cli_level = " info "
140
+ log_cli_level = " INFO "
142
141
testpaths = [ " tests" ]
143
142
pythonpath = [ " .github/" ]
144
143
0 commit comments