Skip to content

Commit

Permalink
Merge branch 'main' into ww/pep-753
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 28, 2024
2 parents ac09ea4 + fe0857a commit 0441f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.7.0
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion source/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Tutorials are focused on teaching the reader new concepts by accomplishing a
goal. They are opinionated step-by-step guides. They do not include extraneous
warnings or information. `example tutorial-style document`_.

.. _example tutorial-style document: https://docs.djangoproject.com/en/1.11/intro/
.. _example tutorial-style document: https://docs.djangoproject.com/en/dev/intro/

Guides
------
Expand Down

0 comments on commit 0441f5a

Please sign in to comment.