Skip to content

Commit

Permalink
chore: delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Nov 2, 2023
1 parent ea8a49c commit dfc5824
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 68 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ jobs:
- name: Generate pipeline definitions
run: poetry run pre-commit run gen-docs-components --all-files --show-diff-on-failure

# - name: Copy contribution guide into docs
# run: poetry run pre-commit run gen-docs-contributing --all-files --show-diff-on-failure

# - name: Copy changelog into docs
# run: poetry run pre-commit run gen-docs-changelog --all-files --show-diff-on-failure

- name: Test
run: poetry run pytest tests

Expand Down
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@ repos:
| kpops/components/.*\.py
)$
require_serial: true
# - id: gen-docs-contributing
# name: gen-docs-contributing
# entry: python hooks/gen_docs/gen_docs_contributing.py
# language: system
# types: [python]
# require_serial: true
# pass_filenames: false
# - id: gen-docs-changelog
# name: gen-docs-changelog
# entry: python hooks/gen_docs/gen_docs_changelog.py
# language: system
# types: [python]
# require_serial: true
# pass_filenames: false
- id: dprint
name: dprint
entry: dprint fmt
Expand Down
8 changes: 0 additions & 8 deletions hooks/gen_docs/gen_docs_changelog.py

This file was deleted.

8 changes: 0 additions & 8 deletions hooks/gen_docs/gen_docs_contributing.py

This file was deleted.

32 changes: 0 additions & 32 deletions hooks/gen_docs/utils.py

This file was deleted.

0 comments on commit dfc5824

Please sign in to comment.