Skip to content

Commit

Permalink
Bump ruff and run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed May 29, 2023
1 parent 9286a85 commit ba02fe7
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 @@ -13,7 +13,7 @@ repos:
hooks:
- id: black-jupyter
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.269"
rev: "v0.0.270"
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion yaml2bib/_yaml2bib.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def yaml2bib(
"without getting blocked. (default: 'anonymous', example: 'bas@nijho.lt')"
),
)
def cli( # noqa: PLR0913
def cli(
bib_fname: str,
dois_yaml: str,
replacements_yaml: str,
Expand Down

0 comments on commit ba02fe7

Please sign in to comment.