Skip to content

Commit

Permalink
feat: add RicherHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jun 20, 2023
1 parent a5cdd68 commit e5c50b6
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
entry: pyupgrade
language: system
types: [python]
args: [--py37-plus]
args: [--py38-plus]
- id: trailing-whitespace
name: Trim Trailing Whitespace
entry: trailing-whitespace-fixer
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


package = "hera_cli_utils"
python_versions = ["3.10", "3.9", "3.8", "3.7"]
python_versions = ["3.11", "3.10", "3.9", "3.8"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down
67 changes: 58 additions & 9 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Changelog = "https://github.com/steven-murray/hera-cli-utils/releases"
[tool.poetry.dependencies]
python = "^3.7"
click = ">=8.0.1"
rich = "^13.4.2"
psutil = "^5.9.5"

[tool.poetry.dev-dependencies]
Pygments = ">=2.10.0"
Expand Down
Loading

0 comments on commit e5c50b6

Please sign in to comment.