Skip to content

Commit

Permalink
Bump flake8 from 5.0.4 to 6.0.0 (#3757)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2022
1 parent 71aa3b4 commit 2625833
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ repos:
rev: 6.10.0
hooks:
- id: pip-compile
entry: pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
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
- id: pip-compile
name: pip-compile-upgrade
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
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
files: ^(setup\.cfg|requirements.txt|constraints\.txt)$
stages: [manual]
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt
# pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking --strip-extras setup.cfg tools/opts.txt
#
alabaster==0.7.12
ansi2html==1.8.0
Expand Down Expand Up @@ -32,7 +32,7 @@ enrich==1.2.7
exceptiongroup==1.0.3
execnet==1.9.0
filelock==3.8.0
flake8==5.0.4
flake8==6.0.0
identify==2.5.9
idna==3.4
imagesize==1.4.1
Expand All @@ -55,9 +55,9 @@ pluggy==1.0.0
pre-commit==2.20.0
ptyprocess==0.7.0
py==1.11.0
pycodestyle==2.9.1
pycodestyle==2.10.0
pycparser==2.21
pyflakes==2.5.0
pyflakes==3.0.1
pygments==2.13.0
pyparsing==3.0.9
pyrsistent==0.19.2
Expand Down

0 comments on commit 2625833

Please sign in to comment.