Skip to content

Commit

Permalink
chore: Bump default_language_version for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Oct 31, 2021
1 parent d8bbc71 commit 94b642d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- run: pip install pre-commit
- run: SKIP=pylint,mypy pre-commit run --all-files
Expand All @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- run: pip install pre-commit
- run: pre-commit run pylint --all-files
Expand All @@ -62,7 +62,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- run: pip install pre-commit
- run: pre-commit run mypy --all-files
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.7
python: python3.9

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 94b642d

Please sign in to comment.