Skip to content

Commit cea105b

Browse files
authored
True TOML config support (#3353)
1 parent a04b039 commit cea105b

37 files changed

+2435
-766
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ repos:
3939
hooks:
4040
- id: rst-backticks
4141
- repo: https://github.com/rbubley/mirrors-prettier
42-
rev: "v3.3.3" # Use the sha / tag you want to point at
42+
rev: "v3.3.3"
4343
hooks:
4444
- id: prettier
45-
additional_dependencies:
46-
- prettier@3.3.3
47-
- "@prettier/plugin-xml@3.4.1"
4845
- repo: local
4946
hooks:
5047
- id: changelogs-rst

docs/changelog/999.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Native TOML configuration support - by :user:`gaborbernat`.

0 commit comments

Comments
 (0)