Skip to content

Commit

Permalink
Add more cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 18, 2023
1 parent 669b78a commit c849440
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 111 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -4,12 +4,12 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 1 addition & 0 deletions docs/init.md
Expand Up @@ -96,6 +96,7 @@ This can be used to override private attribute handling, or make other arbitrary
<Signature (self, _x: int, distasteful_y: int) -> None>
```

(defaults)=

## Defaults

Expand Down

0 comments on commit c849440

Please sign in to comment.