Skip to content

Commit 8030fc3

Browse files
authored
Merge pull request #15 from gnikit/update-docs
Unify command line and configure file interfaces
2 parents f68595d + 18ec208 commit 8030fc3

24 files changed

+1154
-672
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install -r test_requirements.txt
2525

2626
- name: Unittests
27-
run: pytest
27+
run: pytest -v
2828

2929
- name: Lint
3030
run: black --diff --check --verbose .

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22
.vscode
33
*.egg-info
44
dist/
5-
docs/_build/
5+
docs/_build/
6+
docs/fortls_changes.md
7+
8+
.idea
9+
10+
*.o
11+
*.mod
12+
*.log

0 commit comments

Comments
 (0)