Skip to content

Commit 408f845

Browse files
committed
We're there!
1 parent 5e515af commit 408f845

16 files changed

+402
-388
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/precommit.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Run pre-commit
2+
3+
on:
4+
push:
5+
branches:
6+
- 3.*
7+
- main
8+
pull_request:
9+
10+
jobs:
11+
test:
12+
name: Run pre-commit.ci
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
with:
17+
submodules: "true"
18+
fetch-depth: 2
19+
- name: Setup python
20+
uses: actions/setup-python@v5
21+
with:
22+
python-version: "3.x"
23+
cache: "pip"
24+
- uses: pre-commit/[email protected]
25+
- uses: pre-commit-ci/[email protected]
26+
if: always()

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v4.6.0
44
hooks:
5+
- id: file-contents-sorter
6+
files: "dictionaries/main.txt"
7+
args: ["--unique"]
58
- id: trailing-whitespace
69
- id: check-yaml
710
- id: end-of-file-fixer
11+
812
- repo: https://github.com/JulienPalard/powrap
913
rev: v1.0.1
1014
hooks:
1115
- id: powrap
16+
17+
- repo: https://git.afpy.org/AFPy/pospell.git
18+
rev: v1.3
19+
hooks:
20+
- id: pospell
21+
args:
22+
- "--language=el_GR"
23+
- "--personal-dict=dictionaries/main.txt"
24+
1225
- repo: https://github.com/sphinx-contrib/sphinx-lint
1326
rev: v0.9.1
1427
hooks:

dictionaries/about.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

dictionaries/faq_programming.txt

Lines changed: 0 additions & 103 deletions
This file was deleted.

dictionaries/faq_windows.txt

Lines changed: 0 additions & 49 deletions
This file was deleted.

dictionaries/glossary.txt

Lines changed: 0 additions & 58 deletions
This file was deleted.

dictionaries/installed.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

dictionaries/license.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)