Skip to content

Commit

Permalink
Change settings for code formatting and checking and dependency const…
Browse files Browse the repository at this point in the history
…raints

- Format code with line length 120

- Add more linting checks

- Remove third layer of version constraints
  • Loading branch information
gutzbenj committed Jan 23, 2022
1 parent d3fed23 commit 62a36af
Show file tree
Hide file tree
Showing 97 changed files with 1,593 additions and 2,622 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v2
env:
# Increase this value to reset cache if `poetry.lock` has not changed.
CACHE_NUMBER: 3
CACHE_NUMBER: 1
with:
path: ${{ steps.poetry-cache-dir.outputs.dir }}
key: poetry-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}-${{ env.CACHE_NUMBER }}
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ ECCC (Environnement et Changement Climatique Canada / Environment and Climate Ch
- Hourly, daily, monthly, (annual) resolution
- Time series of stations in Canada

NOAA (National Oceanic And Atmospheric Administration / National Oceanic And Atmospheric Administration / United States Of America)
- Global Historical Climatology Network
- Historical, daily weather observations from around the globe
- more then 100k stations
- data for weather services which don't publish data themselves

To get better insight on which data we have currently made available and under which
license those are published take a look at the data_ section.

Expand Down

0 comments on commit 62a36af

Please sign in to comment.