Skip to content

pre-commit: move prospector inside pre-commit #10105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- run: pip install --user 'tox<5'
- run: tox -e pre-commit
- run: tox -e migrations
- run: tox -e lint
- run: scripts/circle/install_node.sh
- run:
name: Add node to the path
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pip-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Run pip-compile on requirements/testing.in
run: pip-compile --upgrade --resolver=backtracking --output-file=requirements/testing.txt requirements/testing.in

- name: Run pip-compile on requirements/lint.in
run: pip-compile --upgrade --resolver=backtracking --output-file=requirements/lint.txt requirements/lint.in

- name: Run pip-compile on requirements/docs.in
run: pip-compile --upgrade --resolver=backtracking --output-file=requirements/docs.txt requirements/docs.in

Expand Down
2 changes: 1 addition & 1 deletion common
Loading