Skip to content

scrapy/scrapy-lint

Repository files navigation

scrapy-lint

PyPI version Supported Python versions CI

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: "0.0.2"
  hooks:
  - id: scrapy-lint

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

Documentation

See the documentation for more.

Contributors 4

  •  
  •  
  •  
  •  

Languages