Skip to content

Commit 04bae94

Browse files
authored
Remove meta references (#749)
1 parent f0037eb commit 04bae94

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
11-
exclude: conda/meta.yaml
1211

1312
# Can run individually with `pre-commit run black --all-files`
1413
- repo: https://github.com/psf/black

tbump.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ src = "pyproject.toml"
2828
[[file]]
2929
src = "zppy/__init__.py"
3030

31-
[[file]]
32-
src = "conda/meta.yaml"
33-
3431
# You can specify a list of commands to
3532
# run after the files have been patched
3633
# and before the git commit is made

0 commit comments

Comments
 (0)