takuseno/d3rlpy

View on GitHub
scripts/lint

Summary

Maintainability
Test Coverage
#!/bin/bash -eux

# type check
mypy d3rlpy reproductions tests examples

# code-format check
pylint d3rlpy reproductions tests examples