Skip to content

lucasmelin/past

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

past - a Python AST experiment

past

Simple experimental linter showing how you might go about building something like flake8.

Setup and usage

With poetry installed:

poetry install
poetry shell

# Lint a file
past file_you_want_to_lint.py

# Run the unit tests
pytest -vvv

codecov

Releases

No releases published

Packages

No packages published

Languages