Skip to content

Commit e2e2b4b

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/flake8-7.x' into 'master'
⬆️ Updates flake8 to v7.1.0 See merge request pipeline-components/flake8!69
2 parents bef3155 + 92434ed commit e2e2b4b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

app/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flake8==7.0.0
1+
flake8==7.1.0
22
mccabe==0.7.0
3-
pycodestyle==2.11.1
3+
pycodestyle==2.12.0
44
pyflakes==3.2.0

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"extends": [
33
"gitlab>pipeline-components/org/config"
4+
],
5+
"packageRules": [
6+
{
7+
"matchPackagePatterns": [
8+
"flake8",
9+
"pycodestyle"
10+
]
11+
}
412
]
513
}

0 commit comments

Comments
 (0)