Update checksum and hooks
- Update asset checksum - Update pre-commit git hooks
This commit is contained in:
parent
0dbd7c8bd2
commit
d77d4e1a31
|
@ -21,7 +21,7 @@ repos:
|
|||
args: ['--style', '{based_on_style: pep8; indent_width: 4}']
|
||||
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: '4.0.1' # Use the sha / tag you want to point at
|
||||
rev: '5.0.4' # Use the sha / tag you want to point at
|
||||
hooks:
|
||||
- id: flake8
|
||||
args: ['--ignore=E125,E126,F401,E501,W503,W504']
|
||||
|
@ -33,12 +33,6 @@ repos:
|
|||
- id: bandit
|
||||
args: ['--skip', 'B320,B404,B410,B603', '--level', 'LOW']
|
||||
|
||||
- repo: https://github.com/twu/skjold
|
||||
rev: 'v0.4.1'
|
||||
hooks:
|
||||
- id: skjold
|
||||
args: ['-s', 'gemnasium', '-s', 'pyup']
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
|
@ -57,7 +51,7 @@ repos:
|
|||
args: ['--ignore','docs/*,docs/assets/*,Pipfile,Makefile,asciinema/*,*.yaml,*.yml,assets/*,fattura_elettronica_reader/tests/*,packages/aur/*']
|
||||
|
||||
- repo: https://codeberg.org/frnmst/md-toc
|
||||
rev: '8.1.4' # or a specific git tag from md-toc
|
||||
rev: '8.1.5' # or a specific git tag from md-toc
|
||||
hooks:
|
||||
- id: md-toc
|
||||
args: [-p, 'cmark', '-l6'] # CLI options
|
||||
|
@ -71,3 +65,8 @@ repos:
|
|||
verbose: true
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
|
||||
- repo: https://github.com/jorisroovers/gitlint
|
||||
rev: 'v0.17.0'
|
||||
hooks:
|
||||
- id: gitlint
|
||||
|
|
|
@ -143,7 +143,7 @@ checksum[paths['invoice_file']['xslt']['ordinaria']] = '2c315cbb04126e98192c0afa
|
|||
checksum[paths['invoice_file']['xsd']['default']] = 'a1b02818f81ac91f35358260dd12e1bf4480e1545bb457caffa0d434200a1bd05bedd88df2d897969485a989dda78922850ebe978b92524778a37cb0afacba27'
|
||||
|
||||
# TSL-IT.xml
|
||||
checksum[paths['trusted_list_file']] = 'f32e9087595492e8a6f5675dd9a5448f49ff471d805b8ec6059f06628dc9e53be0377a91b47cb258a69fdfbc6ad1e2cfe1f2a95526774d79dd05077ef39ea86e'
|
||||
checksum[paths['trusted_list_file']] = '9b76bb0b319449286e51f51c5732f1f002b8aed40ad3e932f719728a7b8cf4b7681bfea1b94af11acae6f729f24d770a7284b2887585b7cdf6b6cf6f33e7710f'
|
||||
|
||||
docs = dict()
|
||||
docs['assets_url'] = 'https://docs.franco.net.eu.org/fattura-elettronica-reader/assets.html'
|
||||
|
|
Loading…
Reference in New Issue