We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efcac7 commit 9e9d0efCopy full SHA for 9e9d0ef
.typos.toml
@@ -6,6 +6,7 @@ extend-exclude = [
6
]
7
8
[default.extend-words]
9
+urrent = "urrent" # to allow for `c[urrent]`
10
tatus = "tatus" # to allow for `s[tatus]`
11
ther = "ther" # to allow for `o[ther]`
12
typ = "typ" # to allow for `typ[e]`
requirements/flake8-check.txt
@@ -1,4 +1,4 @@
1
flake8==7.3.0
2
flake8-plugin-utils==1.3.3
3
-flake8-unused-arguments==0.0.13
+flake8-unused-arguments==0.0.14
4
flake8-use-fstring==1.4
requirements/typos.txt
@@ -1 +1 @@
-typos==1.38.1
+typos==1.39.0
0 commit comments