Skip to content

Commit

Permalink
Parse and store data for hukamnama (#55)
Browse files Browse the repository at this point in the history
Scrape and parse harmandir sahib hukamnama archives until today
(19/02/2023).
  • Loading branch information
kiransingh99 authored Feb 19, 2023
1 parent 0911e0a commit b4d6357
Show file tree
Hide file tree
Showing 262 changed files with 623,249 additions and 34 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,13 @@ jobs:
pylint:
name: Pylint
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Pull git workspace
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
5 changes: 3 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use "--disable=all --enable=classes
# --disable=W".
disable=import-error,
disable=broad-except,
import-error,
too-few-public-methods,
similarities,

Expand Down Expand Up @@ -460,7 +461,7 @@ valid-metaclass-classmethod-first-arg=cls
max-args=5

# Maximum number of attributes for a class (see R0902).
max-attributes=7
max-attributes=12

# Maximum number of boolean expressions in an if statement (see R0916).
max-bool-expr=5
Expand Down
Empty file removed artifacts/hukamnama.json
Empty file.
Loading

0 comments on commit b4d6357

Please sign in to comment.