Skip to content

Commit

Permalink
Small updates to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Sep 26, 2022
1 parent bea51b1 commit b55b817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ repos:
- id: check-symlinks
- id: debug-statements
- id: detect-private-key
- id: fix-encoding-pragma
args: ["--remove"]
- id: end-of-file-fixer
exclude: ".*fits"
- id: trailing-whitespace
Expand All @@ -34,7 +32,7 @@ repos:
hooks:
- id: pyupgrade
args: ["--py38-plus"]
exclude: "asdf/extern/.*|docs/.*"
exclude: "asdf/extern/.*"

- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version = ".".join(release.split(".")[:2])

# -- Options for HTML output ---------------------------------------------------
html_title = "{0} v{1}".format(project, release)
html_title = f"{project} v{release}"

# Output file base name for HTML help builder.
htmlhelp_basename = project + "doc"
Expand Down

0 comments on commit b55b817

Please sign in to comment.