Skip to content

Added README file and query_movies.py #17

Added README file and query_movies.py

Added README file and query_movies.py #17

Workflow file for this run

repos:
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.17.5
hooks:
- id: pylint
args: ["--rcfile=.pylintrc"]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.12.0
hooks:
- id: isort
args: ["--profile", "black"]