Skip to content

scrapy/scrapy-lint

Repository files navigation

scrapy-lint

PyPI version Supported Python versions CI Coverage

scrapy-lint is a linter for Scrapy projects.

To install:

pip install scrapy-lint

To run:

scrapy-lint

To use with pre-commit, add the following to your .pre-commit-config.yaml:

- repo: https://github.com/scrapy/scrapy-lint
  rev: v0.1.1
  hooks:
  - id: scrapy-lint

Can be combined with ruff, mypy, pylint and flake8-requirements.

Documentation

See the documentation for more.

Contributors 5

Languages