Skip to content

Commit

Permalink
fix black issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander committed Dec 20, 2023
1 parent 5364701 commit 3b5f61c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.11
# language_version: python3.11
# - repo: https://github.com/astral-sh/ruff-pre-commit
# rev: v0.1.2
# hooks:
Expand Down

0 comments on commit 3b5f61c

Please sign in to comment.