Skip to content

Commit

Permalink
True TOML config support (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 1, 2024
1 parent a04b039 commit cea105b
Show file tree
Hide file tree
Showing 37 changed files with 2,435 additions and 766 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ repos:
hooks:
- id: rst-backticks
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3" # Use the sha / tag you want to point at
rev: "v3.3.3"
hooks:
- id: prettier
additional_dependencies:
- [email protected]
- "@prettier/[email protected]"
- repo: local
hooks:
- id: changelogs-rst
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/999.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Native TOML configuration support - by :user:`gaborbernat`.
Loading

0 comments on commit cea105b

Please sign in to comment.