Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
natelandau committed Sep 12, 2023
1 parent 849491e commit 2e09cf3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
entry: yamllint --strict --config-file .yamllint.yml

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.0.287"
rev: "v0.0.288"
hooks:
- id: ruff
args: ["--extend-ignore", "I001,D301,D401"]
Expand Down
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
pdoc = "^14.0.0"
poethepoet = "^0.21.1"
pre-commit = "^3.3.3"
ruff = "^0.0.287"
ruff = "^0.0.288"
shellcheck-py = "^0.9.0.5"
types-aiofiles = "^23.2.0.0"
typos = "^1.16.9"
Expand Down

0 comments on commit 2e09cf3

Please sign in to comment.