Skip to content

Commit c5a6cda

Browse files
committed
chore: update shared files
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent c1e8ad6 commit c5a6cda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ repos:
3131
hooks:
3232
- id: pretty-format-yaml
3333
args: [--autofix, --indent, '2']
34-
- id: pretty-format-toml
35-
args: [--autofix]
34+
- repo: https://github.com/pappasam/toml-sort
35+
rev: v0.24.2
36+
hooks:
37+
- id: toml-sort-fix
3638
- repo: https://github.com/abravalheri/validate-pyproject
3739
rev: v0.24.1
3840
hooks:

0 commit comments

Comments
 (0)