Fixed file termination

This commit is contained in:
Leonardo Giordani 2021-05-04 08:08:46 +01:00
commit 10931570ba
2 changed files with 1 additions and 3 deletions

View file

@ -23,7 +23,7 @@ repos:
hooks:
- id: flake8
args: [--max-line-length=88]
language_version: python3.7
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: 5.8.0

View file

@ -7,5 +7,3 @@ CHANGELOG
Initial release as namespace plugin
[Justin Mayer](https://github.com/justinmayer) [PR #1](https://github.com/pelican-plugins/share-post/pull/1/)