Skip to content

Commit

Permalink
move to jsonc on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset committed Jun 21, 2023
1 parent 44e34d1 commit d46d188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
types: [json]
require_serial: true
additional_dependencies: &jsonc
- "json-with-comments @ https://github.com/Krutyi-4el/json-with-comments/archive/3d501ae7fca3ee137cd6cca55091dfa4afdee069.zip"
- "json-with-comments==1.2.1"

- id: update-dockerfile
name: update-dockerfile
Expand Down
2 changes: 1 addition & 1 deletion config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools",
"wheel",
"tomli; python_version<'3.11'",
"json-with-comments @ https://github.com/Krutyi-4el/json-with-comments/archive/3d501ae7fca3ee137cd6cca55091dfa4afdee069.zip",
"json-with-comments==1.2.1",
]

[project]
Expand Down

0 comments on commit d46d188

Please sign in to comment.