File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33 description : Automatically creates an .env.example which creates the same keys as your .env file, but without the values
44 entry : clean-dotenv
55 language : python
6- always_run : true
6+ always_run : true
7+ types : []
8+ exclude_types : [file]
9+ exclude : ' '
10+ pass_filenames : false
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Sample `.pre-commit-config.yaml`
2929
3030``` yaml
3131- repo : https://github.com/hija/clean-dotenv
32- rev : v0.0.2
32+ rev : v0.0.3
3333 hooks :
3434 - id : clean-dotenv
3535` ` `
Original file line number Diff line number Diff line change 11[metadata]
22name = clean_dotenv
3- version = 0.0.2
3+ version = 0.0.3
44description = Automatically creates an .env.example which creates the same keys as your .env file, but without the values
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments