Skip to content

Commit

Permalink
v4.0.4 (#100)
Browse files Browse the repository at this point in the history
* Bump version to 4.0.4
* Disable eslint for now
  • Loading branch information
bpepple authored Jun 17, 2024
1 parent 2a81fb6 commit cb428e3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/fix-lint-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ poetry run ruff format .
############################################
##### Javascript, JSON, Markdown, YAML #####
############################################
npm run fix
#npm run fix

###################
###### Shell ######
Expand Down
4 changes: 2 additions & 2 deletions bin/lint-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ poetry run vulture --exclude "*/venv/*.py,*/.tox/*.py,*/node_modules/*.py,*/test
############################################
##### Javascript, JSON, Markdown, YAML #####
############################################
npm run lint
npm run remark-check
#npm run lint
#npm run remark-check
2 changes: 1 addition & 1 deletion darkseid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version."""

__version__ = "4.0.3"
__version__ = "4.0.4"
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.3",
"version": "4.0.4",
"description": "darkseid linting",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "darkseid"
version = "4.0.3"
version = "4.0.4"
description = "A library to interact with comic archives"
authors = ["Brian Pepple <bdpepple@gmail.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit cb428e3

Please sign in to comment.