Skip to content
Snippets Groups Projects

Resolve "Create a rule that gets the construction date from cadaster data for Tabula dataset."

All threads resolved!
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -21,8 +21,7 @@ linters:
- pip3 install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip3 install black==24.4.2
- pip3 install pylint flake8
- pip3 install black pylint flake8
script:
- flake8 --max-line-length=$LINE_LENGTH $SOURCES
- black --check --line-length $LINE_LENGTH $SOURCES
Loading