Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Sep 13, 2024
1 parent 89637a0 commit 594fbcb
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 871 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
all: dist

fmt:
isort supervisor_react
black supervisor_react
ruff check --fix supervisor_react
ruff format supervisor_react

lint:
ruff supervisor_react
bandit -c pyproject.toml -r supervisor_react
pylint supervisor_react
ruff check supervisor_react
ruff format --check supervisor_react
mypy supervisor_react

dist: supervisor_react/statics
Expand Down
144 changes: 75 additions & 69 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supervisor-react"
version = "0.6.0"
version = "0.7.0"
description = "A web interface for supervisor"
authors = ["Cyril Jouve <[email protected]>"]
license = "GPL-3.0-only"
Expand Down Expand Up @@ -30,7 +30,7 @@ line-length = 120
extend-select = [ "ALL" ]
extend-ignore = [
"COM812",
"D",
"D",
"ISC001",
]

Expand Down
Loading

0 comments on commit 594fbcb

Please sign in to comment.