Skip to content

Commit

Permalink
fix space & update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Dec 15, 2022
1 parent b396218 commit 99bf0e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on:
on:
push:
branches: [ main ]
pull_request:
Expand Down
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2022 davidgao
This software is released under the MIT License.
https://opensource.org/licenses/MIT
-->
Expand Down Expand Up @@ -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)
1 change: 0 additions & 1 deletion gisim/classes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion gisim/resources/cards_20221205_en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -6281,4 +6281,4 @@
"resource": "https://webstatic-sea.hoyoverse.com/hk4e/e20221205drawcard/picture/bc693d751427336349b8726589546c26.png"
}
]
}
}
2 changes: 1 addition & 1 deletion gisim/resources/cards_20221205_i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4597,4 +4597,4 @@
"Radical Vitality": "Сила оживления",
"(Passive) When the battle begins, this character gains <color=#FFFFFFFF>Radical Vitality</color>.": "(Пассивный навык) В начале сражения у персонажа будет <color=#FFFFFFFF>Сила оживления</color>."
}
}
}

0 comments on commit 99bf0e4

Please sign in to comment.