Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.pre-commit-config.yaml 351 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. ci:
  2. autofix_prs: false
  3. autoupdate_schedule: weekly
  4. files: 'geopandas\/'
  5. repos:
  6. - repo: https://github.com/psf/black
  7. rev: 22.3.0
  8. hooks:
  9. - id: black
  10. language_version: python3
  11. - repo: https://github.com/pycqa/flake8
  12. rev: 5.0.4
  13. hooks:
  14. - id: flake8
  15. language: python_venv
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...