We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57554ab commit 6cb1941Copy full SHA for 6cb1941
2 files changed
.github/workflows/ci.yml
@@ -29,4 +29,4 @@ jobs:
29
python setup.py test
30
- name: PEP8
31
run: |
32
- flake8 --max-line-length 120 *.py
+ flake8 --max-line-length 120
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2016-2020 Frederic Guillot
+Copyright (c) 2016-2021 Frederic Guillot
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments