Skip to content

Commit

Permalink
Upstream extra (#28)
Browse files Browse the repository at this point in the history
* Update tree-sitter-talon

* Bump tree-sitter-talon & tree-sitter-type-provider

* Minor changes

* Test against minor versions of 3.9

* Bump tree-sitter-talon

* Remove restriction on
tree-sitter-type-provider

* Fix #16; Fix #17

* No tox

* Upstream extra methods

* Bump version

* Update lock file

* Fix extra import and empty check for matches

* Bump version 1.7.4 -> 1.8.0

* Relax language_version
  • Loading branch information
wenkokke committed Oct 13, 2022
1 parent a29215a commit 903dc7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
types: [file]
files: \.talon$
language: python
language_version: python3.9
language_version: python3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "talonfmt"
version = "1.7.4"
version = "1.8.0"
description = "A code formatter for Talon files"
license = "MIT"
authors = ["Wen Kokke <wenkokke@users.noreply.github.com>"]
Expand Down Expand Up @@ -58,7 +58,7 @@ warn_redundant_casts = true
warn_unused_configs = true

[tool.bumpver]
current_version = "1.7.4"
current_version = "1.8.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion talonfmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .formatter import EmptyMatchContext, TalonFormatter

__version__: str = "1.7.4"
__version__: str = "1.8.0"


def talonfmt(
Expand Down

0 comments on commit 903dc7d

Please sign in to comment.