Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Feat/fix deployer (#950)
Browse files Browse the repository at this point in the history
<!--- Please provide a general summary of your changes in the title
above -->

<!-- Give an estimate of the time you spent on this PR in terms of work
days.
Did you spend 0.5 days on this PR or rather 2 days?  -->

Time spent on this PR:

## Pull request type

<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->

Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [x] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?

<!-- Please describe the current behavior that you are modifying,
or link to a relevant issue. -->

Resolves #948

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/950)
<!-- Reviewable:end -->
  • Loading branch information
Eikix authored Feb 6, 2024
1 parent 590a27a commit aefe148
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 601 deletions.
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.env
.env
docs/
coverage/
.venv/
blockchain-tests-skip.yml
.github/
14 changes: 8 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,28 @@ lint:
read_output_from: stdout
run_linter_from: workspace
enabled:
- [email protected]
- [email protected]
- cairo@SYSTEM
- [email protected]
- black@23.12.1
- checkov@3.1.63
- black@24.1.1
- checkov@3.2.5
- [email protected]
- git-diff-check
- [email protected]
- [email protected]
- markdownlint@0.38.0
- markdownlint@0.39.0
- [email protected]
- [email protected].3
- ruff@0.1.13
- [email protected].5
- ruff@0.2.1
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
disabled:
- trufflehog
- bandit
- terrascan
ignore:
- linters: [bandit]
paths: [tests, docker]
Expand Down
55 changes: 0 additions & 55 deletions docker/ci/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions docker/ci/README.md

This file was deleted.

Loading

0 comments on commit aefe148

Please sign in to comment.