Skip to content
Snippets Groups Projects

#424: Introduce flake8 pre-commit hook, conf and job

Merged #424: Introduce flake8 pre-commit hook, conf and job
Merged Moul requested to merge 424_flake8 into main
35 files
+ 229
204
Compare changes
  • Side-by-side
  • Inline
Files
35
+ 0
1
@@ -19,7 +19,6 @@ from click import INT, argument, command, progressbar
from duniterpy.api import bma
from duniterpy.api.errors import DuniterError
from duniterpy.documents import Block
from duniterpy.key.verifying_key import VerifyingKey
from silkaj.constants import BMA_MAX_BLOCKS_CHUNK_SIZE
from silkaj.network_tools import client_instance
Loading