File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
nose2/tests/functional/support/scenario/pretty_asserts Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010- repo : https://github.com/python-jsonschema/check-jsonschema
11- rev : 0.31.3
11+ rev : 0.33.0
1212 hooks :
1313 - id : check-github-workflows
1414 - id : check-dependabot
@@ -28,13 +28,13 @@ repos:
2828 - id : pyupgrade
2929 args : ["--py37-plus"]
3030- repo : https://github.com/PyCQA/flake8
31- rev : 7.1.2
31+ rev : 7.2.0
3232 hooks :
3333 - id : flake8
3434 additional_dependencies :
35- - ' flake8-bugbear==24.4.26 '
36- - ' flake8-comprehensions==3.14 .0'
37- - ' flake8-typing-as-t==0 .0.3 '
35+ - ' flake8-bugbear==24.12.12 '
36+ - ' flake8-comprehensions==3.16 .0'
37+ - ' flake8-typing-as-t==1 .0.0 '
3838- repo : https://github.com/sirosen/slyp
3939 rev : 0.8.2
4040 hooks :
Original file line number Diff line number Diff line change 22
33
44def test_w_global ():
5- global myglob
5+ global myglob # noqa: F824
66 assert myglob == 2
Original file line number Diff line number Diff line change 22
33
44def test_w_global ():
5- global myglob
5+ global myglob # noqa: F824
66 assert myglob == 2
You can’t perform that action at this time.
0 commit comments