Update dependency dev/flake8 to v7.1.0 (#2537)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-16 08:53:41 +10:00 committed by GitHub
parent aa87fb1db5
commit 8c9802078c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Source = "https://github.com/archlinux/archinstall"
log = ["systemd_python==235"]
dev = [
"mypy==1.10.0",
"flake8==7.0.0",
"flake8==7.1.0",
"pre-commit==3.7.1",
]
doc = ["sphinx"]