- Updated checksum.

- Updated hooks.
- Fixed gitignore.
This commit is contained in:
Franco Masotti 2022-06-23 18:04:04 +02:00
parent 99a07626c6
commit d09e0b280f
Signed by: frnmst
GPG Key ID: 24116ED85666780A
4 changed files with 12 additions and 8 deletions

4
.gitignore vendored
View File

@ -13,6 +13,10 @@ Pipfile.lock
*.HTML
*.PDF
*.pdf
*.md
*.MD
!README.md
!CONTRIBUTING.md
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@ -57,7 +57,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.3' # or a specific git tag from md-toc
rev: '8.1.4' # or a specific git tag from md-toc
hooks:
- id: md-toc
args: [-p, 'cmark', '-l6'] # CLI options

View File

@ -104,8 +104,8 @@ Changelogs, instructions, sources and keys can be found at
## Crypto donations
- Bitcoin: bc1qnkflazapw3hjupawj0lm39dh9xt88s7zal5mwu
- Monero:
84KHWDTd9hbPyGwikk33Qp5GW7o7zRwPb8kJ6u93zs4sNMpDSnM5ZTWVnUp2cudRYNT6rNqctnMQ9NbUewbj7MzCBUcrQEY
- Dogecoin: DMB5h2GhHiTNW7EcmDnqkYpKs6Da2wK3zP
- Vertcoin: vtc1qd8n3jvkd2vwrr6cpejkd9wavp4ld6xfu9hkhh0
- Bitcoin: bc1qnkflazapw3hjupawj0lm39dh9xt88s7zal5mwu
- Monero:
84KHWDTd9hbPyGwikk33Qp5GW7o7zRwPb8kJ6u93zs4sNMpDSnM5ZTWVnUp2cudRYNT6rNqctnMQ9NbUewbj7MzCBUcrQEY
- Dogecoin: DMB5h2GhHiTNW7EcmDnqkYpKs6Da2wK3zP
- Vertcoin: vtc1qd8n3jvkd2vwrr6cpejkd9wavp4ld6xfu9hkhh0

View File

@ -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']] = 'e13668b025d15c079c5d741addca074b903fd8f2e1682207cb7c156a051bafaef74c94d78cc6c7103ecc7d4ff298cad7ead69282a7c0c0485c95164a7162c608'
checksum[paths['trusted_list_file']] = 'f32e9087595492e8a6f5675dd9a5448f49ff471d805b8ec6059f06628dc9e53be0377a91b47cb258a69fdfbc6ad1e2cfe1f2a95526774d79dd05077ef39ea86e'
docs = dict()
docs['assets_url'] = 'https://docs.franco.net.eu.org/fattura-elettronica-reader/assets.html'