Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderKey committed Oct 3, 2023
1 parent 4d049a7 commit 488b534
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 407 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.286
rev: v0.0.292
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/ambv/black
rev: 23.7.0
rev: 23.9.1
hooks:
# black with default configs
- id: black
Expand All @@ -29,7 +29,7 @@ repos:
- id: yamllint

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
rev: v0.37.0
hooks:
- id: markdownlint
args: ["--fix"]
Expand Down

0 comments on commit 488b534

Please sign in to comment.