diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e30a3..425ee83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: +on: push: branches: [ main ] pull_request: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77a4d71..3d9af53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,9 @@ repos: rev: 22.12.0 hooks: - id: black - args: - - "." # ISort - repo: https://github.com/timothycrosley/isort rev: 5.11.2 hooks: - id: isort - args: - - "--profile=black" - - "." + args: ["--profile=black"] diff --git a/README.md b/README.md index 2efe12c..d937530 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ @@ -40,5 +40,5 @@ Package name `gisim` stands for both `Genshin Impact` and `Genius Invokation` ## Works Cited -[RLCard: A Toolkit for Reinforcement Learning in Card Games](https://github.com/datamllab/rlcard) +[RLCard: A Toolkit for Reinforcement Learning in Card Games](https://github.com/datamllab/rlcard) [DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning](https://github.com/kwai/DouZero) diff --git a/gisim/classes/__init__.py b/gisim/classes/__init__.py index 8b13789..e69de29 100644 --- a/gisim/classes/__init__.py +++ b/gisim/classes/__init__.py @@ -1 +0,0 @@ - diff --git a/gisim/resources/cards_20221205_en-us.json b/gisim/resources/cards_20221205_en-us.json index 952ad7a..4bb5c7e 100644 --- a/gisim/resources/cards_20221205_en-us.json +++ b/gisim/resources/cards_20221205_en-us.json @@ -6281,4 +6281,4 @@ "resource": "https://webstatic-sea.hoyoverse.com/hk4e/e20221205drawcard/picture/bc693d751427336349b8726589546c26.png" } ] -} \ No newline at end of file +} diff --git a/gisim/resources/cards_20221205_i18n.json b/gisim/resources/cards_20221205_i18n.json index 7af87b6..bfade01 100644 --- a/gisim/resources/cards_20221205_i18n.json +++ b/gisim/resources/cards_20221205_i18n.json @@ -4597,4 +4597,4 @@ "Radical Vitality": "Сила оживления", "(Passive) When the battle begins, this character gains Radical Vitality.": "(Пассивный навык) В начале сражения у персонажа будет Сила оживления." } -} \ No newline at end of file +}