mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
[Black] sync to develop branch and apply black
# Conflicts: # jrnl/EncryptedJournal.py # jrnl/Journal.py # jrnl/__init__.py # jrnl/cli.py # jrnl/install.py
This commit is contained in:
commit
e7cbbecaef
25 changed files with 863 additions and 435 deletions
|
@ -53,6 +53,13 @@ jobs:
|
|||
- os: windows
|
||||
|
||||
include:
|
||||
- stage: Lint & Tests
|
||||
name: Lint, via Black
|
||||
python: 3.8
|
||||
# black is automatically installed by peotry
|
||||
script:
|
||||
- black --check . --verbose
|
||||
|
||||
# Python 3.6 Tests
|
||||
- name: Python 3.6 on Linux
|
||||
python: 3.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue