diff --git a/.cspell.json b/.cspell.json index e58f53f1..5caee8a4 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,10 +1,6 @@ { "allowCompoundWords": true, - "enableFiletypes": [ - "git-commit", - "julia", - "jupyter" - ], + "enableFiletypes": ["git-commit", "julia", "jupyter"], "flagWords": [ "analyse", "colour", @@ -27,6 +23,7 @@ "*.svg", "*particle*.*ml", ".constraints/*.txt", + ".editorconfig", ".flake8*", ".gitignore", ".gitpod.*", diff --git a/.github/workflows/ci-style.yml b/.github/workflows/ci-style.yml index 131b8593..da47a97d 100644 --- a/.github/workflows/ci-style.yml +++ b/.github/workflows/ci-style.yml @@ -35,11 +35,11 @@ jobs: python -m pip install --upgrade pip pip install -c .constraints/py3.8.txt -e .[sty] - name: Run non-local pre-commit hooks - run: | + run: |- pre-commit run flake8 -a --color always pre-commit run mypy -a --color always pre-commit run pylint -a --color always - name: Run pre-commit hooks that don't work on pre-commit.ci - run: | + run: |- pre-commit run editorconfig-checker -a --color always pre-commit run pyright -a --color always diff --git a/.github/workflows/requirements-cron.yml b/.github/workflows/requirements-cron.yml index bf914193..b548e3ea 100644 --- a/.github/workflows/requirements-cron.yml +++ b/.github/workflows/requirements-cron.yml @@ -2,7 +2,7 @@ name: Requirements (scheduled) on: schedule: - - cron: "0 3 1 */1 *" + - cron: "0 3 7 */1 *" workflow_dispatch: jobs: diff --git a/.prettierignore b/.prettierignore index 02c0530e..6b1d0bfa 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1 @@ -.cspell.json LICENSE