Skip to content

Commit

Permalink
Move to bump-my-version from bump2version
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Feb 18, 2024
1 parent 8ee96b0 commit f38cb8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,19 @@ packages = ["evdev"]
line-length = 120

[tool.ruff.lint]
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]

[tool.bumpversion]
current_version = "1.6.1"
commit = true
tag = true
allow_dirty = true

[tool.bumpversion.parts.dev]
values = ["release", "post"]

[[tool.bumpversion.files]]
filename = "pyproject.toml"

[[tool.bumpversion.files]]
filename = "docs/conf.py"
13 changes: 0 additions & 13 deletions setup.cfg

This file was deleted.

0 comments on commit f38cb8d

Please sign in to comment.