Skip to content

Commit

Permalink
Merge pull request #770 from KPostOffice/issue715-update
Browse files Browse the repository at this point in the history
make update manager work with overlays
  • Loading branch information
sesheta authored Jul 27, 2021
2 parents 944956a + 463c9b1 commit 235190d
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
- id: flake8
additional_dependencies: ['pep8-naming']
# Ignore all format-related checks as Black takes care of those.
args: ['--ignore', 'E2,W5', '--select', 'E,W,F,N', '--max-line-length=120']
args: ['--ignore', 'E2,W5,N818', '--select', 'E,W,F,N', '--max-line-length=120']

- repo: https://github.com/mgedmin/check-manifest
rev: '0.46'
Expand Down
129 changes: 65 additions & 64 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kebechet/managers/update/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
For more information, see [Pipfile]({pip_url}) and [Pipfile.lock]({piplock_url}).
"""

ISSUE_NO_DEPENDENCY_MANAGEMENT = """No dependency management found for this repository. If you want to keep your dependencies managed, \
please submit `Pipfile` or `requirements.in` or `requirements-dev.in` file.
ISSUE_NO_DEPENDENCY_MANAGEMENT = """No dependency management found for the {environment_name} environment. If you want
to keep your dependencies managed, please submit `Pipfile` or `requirements.in` or `requirements-dev.in` file.
To generate a `Pipfile`, use:
```
Expand Down
Loading

0 comments on commit 235190d

Please sign in to comment.