File tree Expand file tree Collapse file tree 6 files changed +63
-56
lines changed Expand file tree Collapse file tree 6 files changed +63
-56
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ code being generated.
5454-  [ ` lib2to3 `  errors on \r in comment] ( https://github.com/psf/black/issues/970 ) 
5555-  [ Black fails on files ending in a backslash] ( https://github.com/psf/black/issues/1012 ) 
5656-  [ At least three round-trip bugs in LibCST] ( https://github.com/Instagram/LibCST#acknowledgements ) 
57-   (search commits for "hypothesis")
57+   ([ search commits for "hypothesis"] ( https://github.com/Instagram/LibCST/search?q=Fix+hypothesis&type=commits ) )
5858-  [ Invalid code generated by LibCST] ( https://github.com/Instagram/LibCST/issues/287 ) 
5959
6060### Changelog  
Original file line number Diff line number Diff line change 66#
77appdirs==1.4.4
88    # via black
9- attrs==20.3 .0
9+ attrs==21.2 .0
1010    # via flake8-bugbear
1111autoflake==1.4
1212    # via shed
1313bandit==1.7.0
1414    # via flake8-bandit
15- black==20.8b1 
15+ black==21.5b1 
1616    # via shed
1717click==7.1.2
1818    # via
@@ -23,98 +23,101 @@ colorama==0.4.4
2323    # via bandit
2424flake8-bandit==2.1.2
2525    # via -r deps/check.in
26- flake8-bugbear==20.11.1 
26+ flake8-bugbear==21.4.3 
2727    # via -r deps/check.in
28- flake8-comprehensions==3.3.1 
28+ flake8-comprehensions==3.5.0 
2929    # via -r deps/check.in
30- flake8-docstrings==1.5 .0
30+ flake8-docstrings==1.6 .0
3131    # via -r deps/check.in
3232flake8-polyfill==1.0.2
3333    # via flake8-bandit
34- flake8==3.8.4 
34+ flake8==3.9.2 
3535    # via
3636    #   -r deps/check.in
3737    #   flake8-bandit
3838    #   flake8-bugbear
3939    #   flake8-comprehensions
4040    #   flake8-docstrings
4141    #   flake8-polyfill
42- gitdb==4.0.5 
42+ gitdb==4.0.7 
4343    # via gitpython
44- gitpython==3.1.12 
44+ gitpython==3.1.17 
4545    # via bandit
46- importlib-metadata==3.3.0 
46+ importlib-metadata==4.0.1 
4747    # via
4848    #   flake8
4949    #   flake8-comprehensions
5050    #   stevedore
51- isort==5.7 .0
51+ isort==5.8 .0
5252    # via shed
53- libcst==0.3.16
54-     # via pybetter
53+ libcst==0.3.19
54+     # via
55+     #   pybetter
56+     #   shed
5557mccabe==0.6.1
5658    # via flake8
5759mypy-extensions==0.4.3
5860    # via
5961    #   black
6062    #   mypy
6163    #   typing-inspect
62- mypy==0.790 
64+ mypy==0.812 
6365    # via -r deps/check.in
6466pathspec==0.8.1
6567    # via black
66- pbr==5.5.1 
68+ pbr==5.6.0 
6769    # via stevedore
68- pybetter==0.3.5 
70+ pybetter==0.3.6.1 
6971    # via shed
70- pycodestyle==2.6 .0
72+ pycodestyle==2.7 .0
7173    # via
7274    #   flake8
7375    #   flake8-bandit
74- pydocstyle==5 .1.1
76+ pydocstyle==6 .1.1
7577    # via flake8-docstrings
7678pyemojify==0.2.0
7779    # via pybetter
78- pyflakes==2.2.0 
80+ pyflakes==2.3.1 
7981    # via
8082    #   autoflake
8183    #   flake8
82- pygments==2.7.3 
84+ pygments==2.9.0 
8385    # via pybetter
84- pyupgrade==2.7.4 
86+ pyupgrade==2.18.1 
8587    # via shed
86- pyyaml==5.3 .1
88+ pyyaml==5.4 .1
8789    # via
8890    #   bandit
8991    #   libcst
90- regex==2020.11.13 
92+ regex==2021.4.4 
9193    # via black
92- shed==0.2.5 
94+ shed==0.3.6 
9395    # via -r deps/check.in
94- six==1.15 .0
96+ six==1.16 .0
9597    # via bandit
96- smmap==3 .0.4 
98+ smmap==4 .0.0 
9799    # via gitdb
98- snowballstemmer==2.0 .0
100+ snowballstemmer==2.1 .0
99101    # via pydocstyle
100102stevedore==3.3.0
101103    # via bandit
102- tokenize-rt==4.0 .0
104+ tokenize-rt==4.1 .0
103105    # via pyupgrade
104106toml==0.10.2
105107    # via black
106- typed-ast==1.4.2 
108+ typed-ast==1.4.3 
107109    # via
108110    #   black
109111    #   mypy
110- typing-extensions==3.7.4.3 
112+ typing-extensions==3.10.0.0 
111113    # via
112114    #   black
115+     #   gitpython
113116    #   importlib-metadata
114117    #   libcst
115118    #   mypy
116119    #   typing-inspect
117120typing-inspect==0.6.0
118121    # via libcst
119- zipp==3.4.0 
122+ zipp==3.4.1 
120123    # via importlib-metadata
Original file line number Diff line number Diff line change @@ -10,39 +10,42 @@ appdirs==1.4.4
1010    # via black
1111atomicwrites==1.4.0
1212    # via pytest
13- attrs==20.3 .0
13+ attrs==21.2 .0
1414    # via
1515    #   hypothesis
1616    #   pytest
17- black==20.8b1 
17+ black==21.5b1 
1818    # via -r deps/test.in
19- click==7.1.2 
19+ click==8.0.1 
2020    # via black
2121colorama==0.4.4
22-     # via pytest
23- coverage==5.3.1
22+     # via
23+     #   click
24+     #   pytest
25+ coverage[toml]==5.5
2426    # via pytest-cov
25- execnet==1.7.1 
27+ execnet==1.8.0 
2628    # via pytest-xdist
27- hypothesis==6.0.0 
29+ hypothesis==6.13.1 
2830    # via hypothesmith (setup.py)
29- importlib-metadata==3.3.0 
31+ importlib-metadata==4.0.1 
3032    # via
33+     #   click
3134    #   pluggy
3235    #   pytest
3336iniconfig==1.1.1
3437    # via pytest
35- lark-parser==0.11.1 
38+ lark-parser==0.11.3 
3639    # via hypothesmith (setup.py)
37- libcst==0.3.16 
40+ libcst==0.3.19 
3841    # via hypothesmith (setup.py)
3942mypy-extensions==0.4.3
4043    # via
4144    #   black
4245    #   typing-inspect
43- packaging==20.8 
46+ packaging==20.9 
4447    # via pytest
45- parso==0.8.1 
48+ parso==0.8.2 
4649    # via -r deps/test.in
4750pathspec==0.8.1
4851    # via black
@@ -54,37 +57,38 @@ py==1.10.0
5457    #   pytest-forked
5558pyparsing==2.4.7
5659    # via packaging
57- pytest-cov==2.10.1 
60+ pytest-cov==2.12.0 
5861    # via -r deps/test.in
5962pytest-forked==1.3.0
6063    # via pytest-xdist
61- pytest-xdist==2.2.0 
64+ pytest-xdist==2.2.1 
6265    # via -r deps/test.in
63- pytest==6.2.1 
66+ pytest==6.2.4 
6467    # via
6568    #   -r deps/test.in
6669    #   pytest-cov
6770    #   pytest-forked
6871    #   pytest-xdist
69- pyyaml==5.3 .1
72+ pyyaml==5.4 .1
7073    # via libcst
71- regex==2020.11.13 
74+ regex==2021.4.4 
7275    # via black
73- sortedcontainers==2.3 .0
76+ sortedcontainers==2.4 .0
7477    # via hypothesis
7578toml==0.10.2
7679    # via
7780    #   black
81+     #   coverage
7882    #   pytest
79- typed-ast==1.4.2 
83+ typed-ast==1.4.3 
8084    # via black
81- typing-extensions==3.7.4.3 
85+ typing-extensions==3.10.0.0 
8286    # via
8387    #   black
8488    #   importlib-metadata
8589    #   libcst
8690    #   typing-inspect
8791typing-inspect==0.6.0
8892    # via libcst
89- zipp==3.4.0 
93+ zipp==3.4.1 
9094    # via importlib-metadata
Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ def test_names_are_all_identifiers(name):
103103
104104
105105@given (source_code = hypothesmith .from_grammar ()) 
106- def  test_parso_from_node (source_code ):
106+ def  test_parso_from_grammar (source_code ):
107107    result  =  parso .parse (source_code ).get_code ()
108108    assert  source_code  ==  result 
Original file line number Diff line number Diff line change 1212commands  =
1313    shed
1414    flake8
15-     mypy --config-file =tox.ini . src/ 
15+     mypy --config-file =tox.ini .
1616
1717[testenv:test] 
1818description  = Runs pytest with posargs - `tox -e test -- -v` == `pytest -v`
@@ -59,7 +59,7 @@ combine_as_imports = True
5959line_length  = 88
6060
6161[mypy] 
62- python_version  = 3.6 
62+ python_version  = 3.8 
6363platform  = linux
6464disallow_untyped_calls  = True
6565disallow_untyped_defs  = True
@@ -71,5 +71,5 @@ warn_return_any = True
7171warn_unused_ignores  = True
7272warn_unused_configs  = True
7373warn_redundant_casts  = True
74- [mypy-test_hypothesmith ] 
74+ [mypy-tests.* ] 
7575ignore_errors  = True
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments