generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove unused snapshots in snapshot file (#11)
* wip * wip: use correct execution number in registering * refactor: change album type to snapshotfiles * test: refactor test injection string * wip: always expand on snapshots in discovered files * refactor: register assertion * refactor: simplify snapshot files diff logic * refactor: documentation and type hints * refactor: simplify snapshot files count logic * refactor: rename variables * refactor: fix write snapshot conditional * refactor: fix used snapshots * cr: use explicit class type * cr: move filename length logic into clean method * refactor: use generator in sum * refactor: iterate on values when counting snapshots * cr: pythonic * chore: delete unused snapshots * chore: add extra line to githooks ini file for some reason it keeps adding it
- Loading branch information
Showing
14 changed files
with
323 additions
and
135 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[pre-commit] | ||
command = inv lint | ||
|
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
Oops, something went wrong.