Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#32)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)

* style: auto fixes from pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 6, 2023
1 parent 4d14ac7 commit bd34f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
style: auto fixes from pre-commit hooks
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
name: Running black in all files.
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/attributetable.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def build_lookup_table(env: BuildEnvironment):
"class",
}

for (fullname, __, objtype, __, __, __) in domain.get_objects():
for fullname, __, objtype, __, __, __ in domain.get_objects():
if objtype in ignored:
continue

Expand Down

0 comments on commit bd34f32

Please sign in to comment.