Skip to content

Commit 9ae2263

Browse files
build(deps-dev): update flake8-unused-arguments requirement
Updates the requirements on [flake8-unused-arguments](https://github.com/nhoad/flake8-unused-arguments) to permit the latest version. - [Commits](nhoad/flake8-unused-arguments@v0.0.12...v0.0.14) --- updated-dependencies: - dependency-name: flake8-unused-arguments dependency-version: 0.0.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21ace18 commit 9ae2263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ flake8-simplify = "^0.19.3"
5454
flake8-todos = "^0.2.1"
5555
flake8-tuple = "^0.4.1"
5656
flake8-typing-imports = "^1.14.0"
57-
flake8-unused-arguments = "^0.0.12"
57+
flake8-unused-arguments = "^0.0.14"
5858
flake8-use-fstring = "^1.4"
5959
flake8-use-pathlib = "^0.3.0"
6060
flake8-variables-names = "^0.0.5"

0 commit comments

Comments
 (0)