Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed May 5, 2024
1 parent b357a84 commit 7ddda56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.280
rev: v0.4.3
hooks:
- id: ruff

Expand All @@ -10,6 +10,6 @@ repos:
- id: black

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pre-commit==3.3.3
ruff==0.0.280
isort==5.12.0
pre-commit==3.7.0
ruff==0.4.3
isort==5.13.2
black==24.4.2
mkdocs==1.5.3
mkdocs-material==9.5.3
Expand Down

0 comments on commit 7ddda56

Please sign in to comment.