-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #658 from 12rambau/map
refactor: improve the quality of frontend files
- Loading branch information
Showing
65 changed files
with
1,968 additions
and
1,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,33 @@ | ||
repos: | ||
- repo: 'https://github.com/psf/black' | ||
- repo: "https://github.com/psf/black" | ||
rev: 22.3.0 | ||
hooks: | ||
- id: black | ||
stages: [commit] | ||
- repo: 'https://github.com/pycqa/flake8' | ||
- repo: "https://github.com/pycqa/flake8" | ||
rev: 3.9.2 | ||
hooks: | ||
- id: flake8 | ||
stages: [commit] | ||
- repo: 'https://github.com/commitizen-tools/commitizen' | ||
- repo: "https://github.com/commitizen-tools/commitizen" | ||
rev: v2.18.0 | ||
hooks: | ||
- id: commitizen | ||
stages: [commit-msg] | ||
- repo: 'https://github.com/pycqa/isort' | ||
- repo: "https://github.com/pycqa/isort" | ||
rev: 5.10.1 | ||
hooks: | ||
- id: isort | ||
stages: [commit] | ||
- repo: 'https://github.com/kynan/nbstripout' | ||
- repo: "https://github.com/kynan/nbstripout" | ||
rev: 0.5.0 | ||
hooks: | ||
- id: nbstripout | ||
stages: [commit] | ||
stages: [commit] | ||
|
||
- repo: "https://github.com/pre-commit/mirrors-prettier" | ||
rev: v2.7.1 | ||
hooks: | ||
- id: prettier | ||
stages: [commit] | ||
exclude: "sepal_ui/scripts/encrypted_key.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.