Skip to content

Commit

Permalink
Remove Python styleguide (#229)
Browse files Browse the repository at this point in the history
We use black for formatting now instead of a tool that follows Google's
Python styleguide, so the included HTML is no longer relevant.
  • Loading branch information
calcmogul authored Jul 15, 2022
1 parent 3df3b70 commit 0831768
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2,918 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository contains our style guides for C++ and Java code, various IDE sup

Anything submitted to a wpilibsuite project needs to follow the code style guides outlined here. For details about the style, please see the contributors document [here](CONTRIBUTING.md#coding-guidelines).

Style configuration files for IDEs are in the [ide](ide) folder. The style guides for C++, Java, and Python are named `cppguide`, `javaguide`, and `pyguide` respectively.
Style configuration files for IDEs are in the [ide](ide) folder. The style guides for C++ and Java are named `cppguide` and `javaguide` respectively.

## Setup

Expand Down
146 changes: 0 additions & 146 deletions pyguide.css

This file was deleted.

Loading

0 comments on commit 0831768

Please sign in to comment.