Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2022
1 parent 6eae01c commit 2323e7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"allowCompoundWords": true,
"enableFiletypes": [
"git-commit",
"julia",
"jupyter"
],
"enableFiletypes": ["git-commit", "julia", "jupyter"],
"flagWords": [
"analyse",
"colour",
Expand All @@ -27,6 +23,7 @@
"*.svg",
"*particle*.*ml",
".constraints/*.txt",
".editorconfig",
".flake8*",
".gitignore",
".gitpod.*",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/requirements-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Requirements (scheduled)

on:
schedule:
- cron: "0 3 1 */1 *"
- cron: "0 3 7 */1 *"
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.cspell.json
LICENSE

0 comments on commit 2323e7d

Please sign in to comment.