Skip to content

Commit

Permalink
chore(deps): update deps (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Apr 4, 2023
1 parent 5495717 commit 49ec0f9
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 112 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.230"
rev: "v0.0.260"
hooks:
- id: ruff
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"deps"
]
}
Loading

0 comments on commit 49ec0f9

Please sign in to comment.