Skip to content

Commit

Permalink
Add link to developer docs code conventions (#11171)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Jul 26, 2022
1 parent 4ee8a06 commit c8f5b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ except: # noqa: E722

### Python conventions

All Python code must be written **compatible with Python 3.6+**.
All Python code must be written **compatible with Python 3.6+**. More detailed
code conventions can be found in the [developer docs](https://github.com/explosion/spaCy/blob/master/extra/DEVELOPER_DOCS/Code%20Conventions.md).

#### I/O and handling paths

Expand Down

0 comments on commit c8f5b75

Please sign in to comment.