Skip to content

Commit 183068b

Browse files
authored
Merge pull request #4297 from dev-hato/update_super_linter_4
super-linterアップデート
2 parents e9d66ed + 2c60517 commit 183068b

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/npm_ci.sh"
3535
- name: Lint files
36-
uses: super-linter/super-linter/slim@1fa6ba58a88783e9714725cf89ac26d53e80c148 # v6.9.0
36+
uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
3737
env:
3838
VALIDATE_ALL_CODEBASE: true
3939
VALIDATE_SQLFLUFF: false

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pre-commit = "==3.8.0"
1919
importlib-metadata = "==8.4.0"
2020
toml = "==0.10.2"
2121
types-toml = "==0.10.8.20240310"
22+
pyink = "==24.8.0"
2223

2324
[packages]
2425
python-dotenv = "==1.0.1"

Pipfile.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/hatomap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def request(self, bbox: WebMercatorPixelBBox) -> np.ndarray:
220220

221221
@dataclass
222222
class Layer(metaclass=ABCMeta):
223+
223224
@abstractmethod
224225
def get_image(self, bbox: WebMercatorPixelBBox) -> np.ndarray:
225226
pass

0 commit comments

Comments
 (0)