servo/python/tidy
dependabot[bot] d6a2c0676f
build(deps): bump pyyaml from 5.1 to 5.4 in /python/tidy
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 22:39:11 +00:00
..
servo_tidy Auto merge of #27402 - kunalmohan:webgpu-cts, r=jdm 2020-08-04 14:12:45 -04:00
servo_tidy_tests Fix output of test-tidy with duplicated packages. 2020-05-20 14:19:47 -04:00
HISTORY.rst Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00
Makefile bump the minor version of servo_tidy 2016-04-17 04:33:24 +09:00
README.rst Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00
setup.py build(deps): bump pyyaml from 5.1 to 5.4 in /python/tidy 2021-03-25 22:39:11 +00:00

servo_tidy
==========

Servo's code and license checker.

Installation
++++++++++++

Install from PyPI:

::

  pip install servo-tidy

or from git:

::

  pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy

To run the tests
++++++++++++++++

::

  ./mach test-tidy --self-test