Skip to content

Commit 2625833

Browse files
Bump flake8 from 5.0.4 to 6.0.0 (#3757)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71aa3b4 commit 2625833

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ repos:
118118
rev: 6.10.0
119119
hooks:
120120
- id: pip-compile
121-
entry: pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
121+
entry: pip-compile -q --resolver=backtracking --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
122122
- id: pip-compile
123123
name: pip-compile-upgrade
124-
entry: pip-compile -q --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
124+
entry: pip-compile -q --resolver=backtracking --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
125125
files: ^(setup\.cfg|requirements.txt|constraints\.txt)$
126126
stages: [manual]

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
5-
# pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt
5+
# pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking --strip-extras setup.cfg tools/opts.txt
66
#
77
alabaster==0.7.12
88
ansi2html==1.8.0
@@ -32,7 +32,7 @@ enrich==1.2.7
3232
exceptiongroup==1.0.3
3333
execnet==1.9.0
3434
filelock==3.8.0
35-
flake8==5.0.4
35+
flake8==6.0.0
3636
identify==2.5.9
3737
idna==3.4
3838
imagesize==1.4.1
@@ -55,9 +55,9 @@ pluggy==1.0.0
5555
pre-commit==2.20.0
5656
ptyprocess==0.7.0
5757
py==1.11.0
58-
pycodestyle==2.9.1
58+
pycodestyle==2.10.0
5959
pycparser==2.21
60-
pyflakes==2.5.0
60+
pyflakes==3.0.1
6161
pygments==2.13.0
6262
pyparsing==3.0.9
6363
pyrsistent==0.19.2

0 commit comments

Comments
 (0)