njzjz / wenxian

A tool to generate BibTeX files from given identifiers (DOI, PMID, or arXiv ID).
https://wenxian.njzjz.win/
GNU Lesser General Public License v3.0
3 stars 2 forks source link

fix: remove brackets and other special chars from the key #43

Closed njzjz closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.58%. Comparing base (5822a8a) to head (bf19f04).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #43 +/- ## ========================================== + Coverage 90.56% 90.58% +0.02% ========================================== Files 12 12 Lines 424 425 +1 ========================================== + Hits 384 385 +1 Misses 40 40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pep8speaks commented 3 months ago

Hello @njzjz! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 100:80: E501 line too long (85 > 79 characters)

Comment last updated at 2024-07-01 02:00:12 UTC