Skip to content

Commit

Permalink
Copy config files from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
quis committed Jul 30, 2024
1 parent f6fa949 commit 57245fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ wheels/
.installed.cfg
*.egg
pyproject.toml
.pre-commit-config.yaml
requirements_for_test_common.txt

## A placeholder version of this file is still committed to avoid having to generate it for local
## development. The committed file will get overwritten as part of building the Docker image.
Expand Down
18 changes: 0 additions & 18 deletions .pre-commit-config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate-version-file:
.PHONY: bootstrap
bootstrap: generate-version-file
pip install -r requirements_for_test.txt
python -c "from notifications_utils.version_tools import copy_pyproject_toml; copy_pyproject_toml()"
python -c "from notifications_utils.version_tools import copy_config; copy_config()"

.PHONY: freeze-requirements
freeze-requirements: ## create static requirements.txt
Expand Down

0 comments on commit 57245fa

Please sign in to comment.