diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f5d15c..64d60a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,14 +9,6 @@ repos: types: [python] pass_filenames: false exclude: ^tests/test_data/ - - repo: local - hooks: - - id: toml-sort - name: toml-sort - entry: poetry run toml-sort --check - language: system - types: [toml] - exclude: ^poetry.lock - repo: local hooks: - id: typecheck diff --git a/CHANGELOG.md b/CHANGELOG.md index a190da8..17eb1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. 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). +## 0.43.1 + +### Fixed + +- Removed toml-sort from pre-commit config + ## 0.43.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index 8366b6d..9bebe75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ ignore_missing_imports = true [tool.poetry] name = "jedi-language-server" -version = "0.43.0" +version = "0.43.1" description = "A language server for Jedi!" authors = ["Sam Roeca <samuel.roeca@gmail.com>"] readme = "README.md"