Skip to content

Commit

Permalink
Update project files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Dec 22, 2024
1 parent da7f463 commit 03995ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
repos:
- repo: https://github.com/pycqa/pylint
rev: v2.12.1
rev: v3.3.1
hooks:
- id: pylint
args:
- -d import-error
- -d duplicate-code
- -d too-many-positional-arguments
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.black]
line-length = 150
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
packages=find_packages(where="src/python"),
package_dir={"": "src/python"},
keywords="etl parse covid-19 medical scientific papers",
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=[
"beautifulsoup4>=4.8.1",
"elasticsearch>=7.8.0",
Expand Down

0 comments on commit 03995ec

Please sign in to comment.