mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
chore: add grit pattern enforcement (#243)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.gritmodules
|
||||
*.log
|
||||
+2
-4
@@ -1,8 +1,6 @@
|
||||
version: 0.0.1
|
||||
patterns:
|
||||
- name: github.com/getgrit/js#*
|
||||
- name: github.com/getgrit/python#*
|
||||
- name: github.com/getgrit/json#*
|
||||
- name: github.com/getgrit/hcl#*
|
||||
- name: github.com/getgrit/python#openai
|
||||
level: info
|
||||
- name: github.com/getgrit/python#no_skipped_tests
|
||||
level: error
|
||||
|
||||
@@ -22,6 +22,8 @@ If it is not a small change, please start by [filing an issue](https://github.co
|
||||
|
||||
If you need ideas, you can check out the [help wanted](https://github.com/jxnl/instructor/labels/help%20wanted) or [good first issue](https://github.com/jxnl/instructor/labels/good%20first%20issue) labels.
|
||||
|
||||
[Grit](https://docs.grit.io/) is used to enforce best practices. You can run `grit check` to check your code before submitting a pull request.
|
||||
|
||||
# Contributors
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
|
||||
Reference in New Issue
Block a user