Skip to content

Commit

Permalink
fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 30, 2025
1 parent c806648 commit cd6f709
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
# E221 multiple spaces before operator
# E222 multiple spaces after operator
# E231 missing whitespace after ','
# E201 whitespace after '{'
# E202 whitespace before '}'
# E203 whitespace before ':'
# W503 line break before binary operator
args: ["--ignore=E201,E202,E203,E221,E222,E231,W503"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ html_theme_options = {

as this will remove the QuantEcon logo from the top toolbar.

This will also override some colors styles for a slightly different look
This will also override some colors styles for a slightly different look
for the theme.

## Source repository buttons
Expand Down

1 comment on commit cd6f709

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.