Skip to content

Commit

Permalink
fix: Use 'tomli' package instead of 'toml' package.
Browse files Browse the repository at this point in the history
The 'toml' package breaks on valid 'pyproject.toml' files which prevents
Tryceratops from being integrated properly.

The 'toml' package provides TOML 1.0 and 'tomllib' compatibility.
  • Loading branch information
emcd authored and guilatrova committed Jul 8, 2024
1 parent 7ec7944 commit d20c153
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 691 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ repos:
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies: [types-toml==0.1.3]
exclude: samples/
Loading

0 comments on commit d20c153

Please sign in to comment.