Skip to content

Commit 112aa02

Browse files
committed
Remove toml-sort from pre-commit
1 parent 29513f2 commit 112aa02

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ repos:
99
types: [python]
1010
pass_filenames: false
1111
exclude: ^tests/test_data/
12-
- repo: local
13-
hooks:
14-
- id: toml-sort
15-
name: toml-sort
16-
entry: poetry run toml-sort --check
17-
language: system
18-
types: [toml]
19-
exclude: ^poetry.lock
2012
- repo: local
2113
hooks:
2214
- id: typecheck

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.43.1
8+
9+
### Fixed
10+
11+
- Removed toml-sort from pre-commit config
12+
713
## 0.43.0
814

915
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ignore_missing_imports = true
1313

1414
[tool.poetry]
1515
name = "jedi-language-server"
16-
version = "0.43.0"
16+
version = "0.43.1"
1717
description = "A language server for Jedi!"
1818
authors = ["Sam Roeca <[email protected]>"]
1919
readme = "README.md"

0 commit comments

Comments
 (0)