Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nealium committed Sep 14, 2024
1 parent 6cda43e commit ff12c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 = "ruff-quickfix"
version = "0.1.1"
version = "0.2.0"
description = "Wrapper for the `ruff` command for (neo)vim's quickfix"
authors = ["Neal Joslin <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 3 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ mkShell {

buildInputs = [
ruff
python312Packages.poetry-core
poetry
python312
python312Packages.click
python312Packages.mypy
python312Packages.pytest
python312Packages.pytest-click
python312Packages.pytest-cov
python312Packages.pytest-mock
python312Packages.tox
pre-commit
];
}

0 comments on commit ff12c4d

Please sign in to comment.