Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#98)
Browse files Browse the repository at this point in the history
* v0.3.11 release (#74)

v0.3.11 release

Features:
* Traffic light overview (#62)

Documentation:
* Downloads badge readme
* List talks and articles in readme (#66)
* Add image to README.rst (#64)

Other improvements:
* Change notebook testing to pytest-notebook (previously these tests were skipped in CI). Add try-except ImportError for pyspark code. (#67)
* Fix a few typo's
* suppress "matplotlib backend" verbose warning
* click on "popmon report" also scrolls to top
* Update HTML reports using Github Actions (#63)
* Bugfix in hist.py that broke the advanced tutorial.

Notebooks:
* Add %%capture to pip install inside of notebooks.
* Make package install in notebooks work with paths with spaces.
* Pickle doesn't work with tests (not really a popmon-specific feature anyway). Changed the notebook to fix the issue, left the code for reference.

* Version bump

* Release/0.3.14 (#92)

* Pin histogram version

* Docs update (#96)

* Initialize spark with both histogrammar jar files

Co-authored-by: Max Baak <maxbaak@gmail.com>

* [pre-commit.ci] pre-commit autoupdate

Co-authored-by: Simon Brugman <sbrugman@users.noreply.github.com>
Co-authored-by: Tomas Sostak <shostakas@gmail.com>
Co-authored-by: Max Baak <maxbaak@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Mar 15, 2021
1 parent 3236311 commit ce16a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
files: '.*'
args: [ --profile=black, --project=popmon, --thirdparty histogrammar, --thirdparty pybase64 ]
- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
rev: "3.9.0"
hooks:
- id: flake8
args: [ "--select=E9,F63,F7,F82"]
Expand Down

0 comments on commit ce16a27

Please sign in to comment.