Skip to content

Commit

Permalink
Fix some issues with the lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jul 9, 2022
1 parent a33ea45 commit 0498cdf
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 200 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ repos:
rev: 21.5b1
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/timothycrosley/isort
rev: 5.8.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_static_path = ["_static"]
Loading

0 comments on commit 0498cdf

Please sign in to comment.