File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,6 @@ extend-select =
8080 W504,
8181# List of glob patterns to include for checks.
8282filename = *.py
83- # Files that are checked by PyFlakes for doctest syntax.
84- include-in-doctest = *.py, *.rst
8583# Number of spaces used for indentation.
8684indent-size = 4
8785# Maximum allowed McCabe complexity
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ repos:
174174 - " --color"
175175
176176 - repo : " https://github.com/PyCQA/flake8"
177- rev : " 6.1 .0"
177+ rev : " 7.0 .0"
178178 hooks :
179179 # Lint Python code with Flake8.
180180 - id : " flake8"
Original file line number Diff line number Diff line change 77
88bandit [toml ] >= 1.0 , < 2.0
99black >= 23.0 , < 24.0
10- flake8 >= 6 .0 , < 7 .0
10+ flake8 >= 7 .0 , < 8 .0
1111flake8-bandit >= 4.0 , < 5.0
1212flake8-bugbear >= 23.0 , < 24.0
1313flake8-builtins >= 2.0 , < 3.0
You can’t perform that action at this time.
0 commit comments