Skip to content

Commit

Permalink
Lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 25, 2024
1 parent 4c846c2 commit 97a90d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,38 +15,38 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.1
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black]

- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings
- flake8-bugbear

- repo: https://github.com/asottile/pyupgrade
rev: v3.7.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1' # Use the sha / tag you want to point at
rev: 'v1.10.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
@@ -1,4 +1,5 @@
"""Configure Sphinx configuration."""

import os
import sys
from datetime import datetime
Expand All @@ -25,4 +26,4 @@
html_theme_options = {
"canonical_url": f"https://palewi.re/docs/{project}/",
"nosidebar": True,
}
}

0 comments on commit 97a90d6

Please sign in to comment.