yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 32 forks source link

PEP 8: E501 line too long (129 > 120 characters) in cyclomatic_complexity.py #321

Closed nikzor closed 3 months ago

nikzor commented 3 months ago

@yegor256 In cyclomatic_complexity.py file in repository we get warning from linter: "PEP 8: E501 line too long (129 > 120 characters)" in line 41 https://github.com/yegor256/cam/blob/428b12f04de249ff8f009c2199d9b947695dbf43/metrics/cyclomatic_complexity.py#L41 I suggest to fix it

nikzor commented 3 months ago

@yegor256 Please, check this PR #322

nikzor commented 3 months ago

@yegor256 This issue might be deleted, PyCharm overrides default PEP8 rules, so that actual PEP8 maximum line length is 79, not 120

yegor256 commented 3 months ago

@nikzor ok