Skip to content

Commit 95805be

Browse files
committed
bugfix running parameters
1 parent 3860c6b commit 95805be

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = clean_dotenv
3-
version = 0.0.2
3+
version = 0.0.3
44
description = Automatically creates an .env.example which creates the same keys as your .env file, but without the values
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)