drhagen / parsita

The easiest way to parse text in Python
https://parsita.drhagen.com/
MIT License
98 stars 5 forks source link

Change line length to 99 #91

Closed drhagen closed 1 year ago

drhagen commented 1 year ago

This is to be consistent with the Python blueprint.

codecov-commenter commented 1 year ago

Codecov Report

Merging #91 (5d3084d) into master (6a2c376) will not change coverage. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff            @@
##            master       #91   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          811       818    +7     
  Branches       104       104           
=========================================
+ Hits           811       818    +7     
Impacted Files Coverage Δ
src/parsita/util.py 100.00% <ø> (ø)
src/parsita/__init__.py 100.00% <100.00%> (ø)
src/parsita/metaclasses.py 100.00% <100.00%> (ø)
src/parsita/parsers/__init__.py 100.00% <100.00%> (ø)
src/parsita/parsers/_alternative.py 100.00% <100.00%> (ø)
src/parsita/parsers/_any.py 100.00% <100.00%> (ø)
src/parsita/parsers/_base.py 100.00% <100.00%> (ø)
src/parsita/parsers/_conversion.py 100.00% <100.00%> (ø)
src/parsita/parsers/_end_of_source.py 100.00% <100.00%> (ø)
src/parsita/parsers/_predicate.py 100.00% <100.00%> (ø)
... and 4 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more