Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
files: ^(.*\.toml)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3
rev: v0.14.6
hooks:
- id: ruff
args: [ --exit-non-zero-on-fix, --fix ]
Expand All @@ -35,4 +35,4 @@ repos:
hooks:
- id: docstrfmt
require_serial: true
rev: v1.11.1
rev: v2.0.0
10 changes: 6 additions & 4 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Maintainers
===========
#############
Maintainers
#############

- Bryce Boe <[email protected]> `@bboe <https://github.com/bboe>`_

Contributors
============
##############
Contributors
##############

- nmtake `@nmtake <https://github.com/nmtake>`_
- elnuno `@elnuno <https://github.com/elnuno>`_
Expand Down
Loading
Loading