-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- d961768 Fix:Update mypy pre-commit config - e5d59c3 New:Raise SyntaxError when field overwrites method (#38)
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "data_extractor" | ||
version = "0.5.0.dev3" | ||
version = "0.5.0.dev4" | ||
license = "MIT" | ||
description = "Combine XPath, CSS Selectors and JSONPath for Web data extracting." | ||
authors = ["linw1995 <[email protected]>"] | ||
|