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 8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
- repo : https://github.com/python-jsonschema/check-jsonschema
11
- rev : 0.31.3
11
+ rev : 0.33.0
12
12
hooks :
13
13
- id : check-github-workflows
14
14
- id : check-dependabot
@@ -28,13 +28,13 @@ repos:
28
28
- id : pyupgrade
29
29
args : ["--py37-plus"]
30
30
- repo : https://github.com/PyCQA/flake8
31
- rev : 7.1.2
31
+ rev : 7.2.0
32
32
hooks :
33
33
- id : flake8
34
34
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 '
38
38
- repo : https://github.com/sirosen/slyp
39
39
rev : 0.8.2
40
40
hooks :
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_w_global ():
5
- global myglob
5
+ global myglob # noqa: F824
6
6
assert myglob == 2
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_w_global ():
5
- global myglob
5
+ global myglob # noqa: F824
6
6
assert myglob == 2
You can’t perform that action at this time.
0 commit comments